Description: Install and run Odoo without demo data
Commit: kmitl:77a8de69  
Subject: [16.0][IMP] purchase_request_kmitl (#127)
Author: sunny
Committer: GitHub
Commit: account-analytic:787bb8a8  
Subject: Translated using Weblate (Turkish)
Author: Tamer Sezgin
Committer: Weblate
Commit: agreement:712d8def  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: operating-unit:c35d6a9a  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: server-backend:ccf60878  
Subject: Update requirements.txt
Author: Nopparut Saelim
Committer: GitHub
Commit: account-reconcile:c031db9d  
Subject: [BOT] post-merge updates
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: mis-builder:82d39175  
Subject: [BOT] post-merge updates
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: reporting-engine:4cafaadb  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: odoo:6491e005  
Subject: [FIX] survey: avoid timer early submissions due to time difference
Author: João Alves
Committer: João Horta Alves
Commit: account-financial-reporting:948901d9  
Subject: [BOT] post-merge updates
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: project:7a5c615c  
Subject: [BOT] post-merge updates
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: server-tools:3abe25d7  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: server-ux:23e96d19  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: hr:3af635cb  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: account-financial-tools:c3b3e7dd  
Subject: Added translation using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: web:fb9be06e  
Subject: Translated using Weblate (Portuguese (Brazil))
Author: Luis Felipe Miléo
Committer: Weblate
Commit: purchase-workflow:ecf70d6c  
Subject: Translated using Weblate (Turkish)
Author: Betül Öğmen
Committer: Weblate
Commit: server-brand:2bc45d77  
Subject: [UPD] addons table in README.md
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: l10n-thailand:0b7b078e  
Subject: [UPD] addons table in README.md
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: odoo-modules:76529673  
Subject: Merge branch '16.0' of github.com:Aginix/odoo-modules into 16.0
Author: Nonpawit Teerachetmongkol
Committer: Nonpawit Teerachetmongkol
Version: 16.0
Config: Without demo
Total time: 3m
Date Level Type Message
2025-09-05 04:37:09 INFO runbot Init build environment with config Without demo
2025-09-05 04:37:09 Starting step install_without_demo from config Without demo
2025-09-05 04:37:09 INFO runbot Using Dockerfile Tag odoo:DockerDefaultAke
2025-09-05 04:38:20 INFO server odoo.modules.loading:336 1 modules loaded in 5.91s, 7917 queries (+7917 extra)
2025-09-05 04:39:19 WARNING server odoo.addons.base.models.ir_model:1077 Two fields (account_id, code) of budget.move.line() have the same label: รหัสงบประมาณ. [Modules: budget and budget]
This error is already known.
2025-09-05 04:39:28 WARNING server odoo.api.create:420 The model odoo.addons.l10n_th_gov_purchase_guarantee.models.purchase_guarantee is not overriding the create method in batch
2025-09-05 04:39:35 WARNING server odoo.addons.base.models.ir_model:1077 Two fields (account_id, code) of budget.appropriation.line() have the same label: รหัสงบประมาณ. [Modules: budget_appropriation and budget_appropriation]
2025-09-05 04:39:38 WARNING server odoo.addons.base.models.ir_model:1077 Two fields (account_id, code) of budget.move.line() have the same label: รหัสงบประมาณ. [Modules: budget and budget]
This error is already known.
2025-09-05 04:39:38 WARNING server odoo.addons.base.models.ir_model:1077 Two fields (account_id, code) of budget.move.line() have the same label: รหัสงบประมาณ. [Modules: budget and budget]
This error is already known.
2025-09-05 04:39:45 WARNING server odoo.addons.base.models.ir_ui_view:412 Error-prone use of @class in view view.purchase.request.form (): use the hasclass(*classes) function to filter elements by their classes
2025-09-05 04:39:47 WARNING server odoo.addons.base.models.ir_model:1077 Two fields (account_id, code) of budget.move.line() have the same label: รหัสงบประมาณ. [Modules: budget and budget]
This error is already known.
2025-09-05 04:39:47 WARNING server odoo.addons.base.models.ir_model:1077 Two fields (account_id, code) of budget.appropriation.line() have the same label: รหัสงบประมาณ. [Modules: budget_appropriation and budget_appropriation]
2025-09-05 04:39:49 WARNING server odoo.modules.loading:652 Transient module states were reset
2025-09-05 04:39:49 ERROR server odoo.modules.registry:92
Failed to load registry
Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/data/build/odoo/odoo/modules/loading.py", line 493, in load_modules
    processed_modules += load_marked_modules(cr, graph,
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/modules/loading.py", line 374, in load_marked_modules
    loaded, processed = load_module_graph(
                        ^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/modules/loading.py", line 233, in load_module_graph
    load_data(cr, idref, mode, kind='data', package=package)
  File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
    tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
  File "/data/build/odoo/odoo/tools/convert.py", line 771, in convert_file
    convert_xml_import(cr, module, fp, idref, mode, noupdate)
  File "/data/build/odoo/odoo/tools/convert.py", line 837, in convert_xml_import
    obj.parse(doc.getroot())
  File "/data/build/odoo/odoo/tools/convert.py", line 757, in parse
    self._tag_root(de)
  File "/data/build/odoo/odoo/tools/convert.py", line 717, in _tag_root
    raise ParseError(msg) from None  # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
odoo.tools.convert.ParseError: while parsing /data/build/kmitl/purchase_request_egp_status/views/purchase_request_views.xml:3
Error while validating view:

Element '<xpath expr="//button[@type=&#39;action&#39;]">' cannot be located in parent view

View error context:
{'file': '/data/build/kmitl/purchase_request_egp_status/views/purchase_request_views.xml',
 'line': 1,
 'name': 'view.purchase.request.form',
 'view': ir.ui.view(1658,),
 'view.model': 'purchase.request',
 'view.parent': ir.ui.view(1522,),
 'xmlid': 'view_purchase_request_form'}
2025-09-05 04:39:49 CRITICAL server odoo.service.server:1364
Failed to initialize database `03149-16-0-without_demo`.
Traceback (most recent call last):
  File "/data/build/odoo/odoo/service/server.py", line 1327, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<decorator-gen-16>", line 2, in new
  File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/data/build/odoo/odoo/modules/loading.py", line 493, in load_modules
    processed_modules += load_marked_modules(cr, graph,
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/modules/loading.py", line 374, in load_marked_modules
    loaded, processed = load_module_graph(
                        ^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/modules/loading.py", line 233, in load_module_graph
    load_data(cr, idref, mode, kind='data', package=package)
  File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
    tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
  File "/data/build/odoo/odoo/tools/convert.py", line 771, in convert_file
    convert_xml_import(cr, module, fp, idref, mode, noupdate)
  File "/data/build/odoo/odoo/tools/convert.py", line 837, in convert_xml_import
    obj.parse(doc.getroot())
  File "/data/build/odoo/odoo/tools/convert.py", line 757, in parse
    self._tag_root(de)
  File "/data/build/odoo/odoo/tools/convert.py", line 717, in _tag_root
    raise ParseError(msg) from None  # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
odoo.tools.convert.ParseError: while parsing /data/build/kmitl/purchase_request_egp_status/views/purchase_request_views.xml:3
Error while validating view:

Element '<xpath expr="//button[@type=&#39;action&#39;]">' cannot be located in parent view

View error context:
{'file': '/data/build/kmitl/purchase_request_egp_status/views/purchase_request_views.xml',
 'line': 1,
 'name': 'view.purchase.request.form',
 'view': ir.ui.view(1658,),
 'view.model': 'purchase.request',
 'view.parent': ir.ui.view(1522,),
 'xmlid': 'view_purchase_request_form'}
2025-09-05 04:39:55 Step install_without_demo finished in 3m
2025-09-05 04:39:55 Starting step run_without_demo from config Without demo
2025-09-05 04:39:55 INFO runbot Start running build 03149-16-0
2025-09-05 04:39:55 INFO runbot Using Dockerfile Tag odoo:DockerDefaultAke
2025-09-05 04:40:55 INFO server odoo.modules.loading:336 1 modules loaded in 0.01s, 0 queries (+0 extra)
2025-09-05 04:40:58 WARNING server odoo.api.create:420 The model odoo.addons.l10n_th_gov_purchase_guarantee.models.purchase_guarantee is not overriding the create method in batch
2025-09-05 04:40:58 INFO server odoo.modules.loading:336 146 modules loaded in 2.26s, 0 queries (+2 extra)
2025-09-05 10:12:50 INFO runbot Kill build 03149-16-0