| Date |
Level |
Type |
Message |
|
2026-03-24 09:26:32
|
INFO
|
runbot
|
Init build environment with config Without demo
|
|
|
2026-03-24 09:26:32
|
|
|
Starting step install_without_demo from config Without demo
|
|
|
2026-03-24 09:26:32
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-03-24 09:28:21
|
WARNING
|
server
|
odoo.modules.module:411
Missing `license` key in manifest for 'agx_approval', defaulting to LGPL-3
|
|
|
2026-03-24 09:28:21
|
WARNING
|
server
|
odoo.modules.module:411
Missing `license` key in manifest for 'agx_construction', defaulting to LGPL-3
|
|
|
2026-03-24 09:28:38
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 9.96s, 7917 queries (+7917 extra)
|
|
|
2026-03-24 09:29:26
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of sarabun.document() have the same label: Attachment Count. [Modules: agx_sarabun and mail]
|
|
|
2026-03-24 09:29:27
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:773
A button with icon attribute (fa-envelope-open) must have title in its tag, parents, descendants or have text
View error context:
{'file': '/data/build/kmitl/agx_sarabun/views/sarabun_document_views.xml',
'line': 13,
'name': 'sarabun.document.view.tree.incoming',
'view': ir.ui.view(815,),
'view.model': 'sarabun.document',
'view.parent': ir.ui.view(),
'xmlid': 'sarabun_document_view_tree_incoming'}
|
|
|
2026-03-24 09:29:27
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:773
A button with icon attribute (fa-envelope) must have title in its tag, parents, descendants or have text
View error context:
{'file': '/data/build/kmitl/agx_sarabun/views/sarabun_document_views.xml',
'line': 14,
'name': 'sarabun.document.view.tree.incoming',
'view': ir.ui.view(815,),
'view.model': 'sarabun.document',
'view.parent': ir.ui.view(),
'xmlid': 'sarabun_document_view_tree_incoming'}
|
|
|
2026-03-24 09:29:33
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of sarabun.document() have the same label: Attachment Count. [Modules: agx_sarabun and mail]
|
|
|
2026-03-24 09:29:56
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of sarabun.document() have the same label: Attachment Count. [Modules: agx_sarabun and mail]
|
|
|
2026-03-24 09:31:00
|
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.
|
|
2026-03-24 09:31:05
|
WARNING
|
server
|
odoo.modules.loading:51
File views/hr_job_views.xml is imported twice in module hr_recruitment_kmitl data
|
|
|
2026-03-24 09:31:05
|
WARNING
|
server
|
odoo.modules.loading:652
Transient module states were reset
|
|
|
2026-03-24 09:31:05
|
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/hr_recruitment_kmitl/views/hr_job_views.xml:3
Error while validating view near:
<field name="active" invisible="1"/>
<field name="company_id" invisible="1"/>
<sheet>
<div class="oe_button_box" name="button_box">
<button class="oe_stat_button" icon="fa-pencil" name="375" context="{'default_user_id': user_id, 'active_test': False}" type="action">
Field "kmitl_employee_type" does not exist in model "hr.job"
View error context:
{'file': '/data/build/kmitl/hr_recruitment_kmitl/views/hr_job_views.xml',
'line': 4,
'name': 'hr.job.form (role)',
'view': ir.ui.view(2093,),
'view.model': 'hr.job',
'view.parent': ir.ui.view(487,),
'xmlid': 'view_hr_job_form'}
|
|
|
2026-03-24 09:31:05
|
CRITICAL
|
server
|
odoo.service.server:1364
Failed to initialize database `09588-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/hr_recruitment_kmitl/views/hr_job_views.xml:3
Error while validating view near:
<field name="active" invisible="1"/>
<field name="company_id" invisible="1"/>
<sheet>
<div class="oe_button_box" name="button_box">
<button class="oe_stat_button" icon="fa-pencil" name="375" context="{'default_user_id': user_id, 'active_test': False}" type="action">
Field "kmitl_employee_type" does not exist in model "hr.job"
View error context:
{'file': '/data/build/kmitl/hr_recruitment_kmitl/views/hr_job_views.xml',
'line': 4,
'name': 'hr.job.form (role)',
'view': ir.ui.view(2093,),
'view.model': 'hr.job',
'view.parent': ir.ui.view(487,),
'xmlid': 'view_hr_job_form'}
|
|
|
2026-03-24 09:31:13
|
|
|
Step install_without_demo finished in 5m
|
|
|
2026-03-24 09:31:13
|
|
|
Starting step run_without_demo from config Without demo
|
|
|
2026-03-24 09:31:13
|
INFO
|
runbot
|
Start running build 09588-16-0
|
|
|
2026-03-24 09:31:13
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-03-24 09:33:02
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.02s, 0 queries (+0 extra)
|
|
|
2026-03-24 09:33:05
|
INFO
|
server
|
odoo.modules.loading:336
189 modules loaded in 2.56s, 0 queries (+0 extra)
|
|
|
2026-03-24 18:27:26
|
INFO
|
runbot
|
Kill build 09588-16-0
|
|