| Date |
Level |
Type |
Message |
|
2026-03-24 10:16:12
|
INFO
|
runbot
|
Init build environment with config Without demo
|
|
|
2026-03-24 10:16:12
|
|
|
Starting step install_without_demo from config Without demo
|
|
|
2026-03-24 10:16:12
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-03-24 10:17:59
|
WARNING
|
server
|
odoo.modules.module:411
Missing `license` key in manifest for 'agx_approval', defaulting to LGPL-3
|
|
|
2026-03-24 10:17:59
|
WARNING
|
server
|
odoo.modules.module:411
Missing `license` key in manifest for 'agx_construction', defaulting to LGPL-3
|
|
|
2026-03-24 10:18:16
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 9.88s, 7917 queries (+7917 extra)
|
|
|
2026-03-24 10:19:03
|
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 10:19:04
|
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 10:19:04
|
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 10:19:10
|
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 10:19: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 10:20:42
|
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 10:20:47
|
WARNING
|
server
|
odoo.modules.loading:51
File views/hr_job_views.xml is imported twice in module hr_recruitment_kmitl data
|
|
|
2026-03-24 10:20:47
|
WARNING
|
server
|
odoo.modules.loading:652
Transient module states were reset
|
|
|
2026-03-24 10:20:47
|
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 767, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 809, in convert_csv_import
result = env[model].load(fields, datas)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 1198, in load
for id, xid, record, info in converted:
File "/data/build/odoo/odoo/models.py", line 1341, in _convert_records
for record, extras in stream:
File "/data/build/odoo/odoo/tools/misc.py", line 893, in next
val = next(self.stream, _ph)
^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 1295, in _extract_records
relfield_data = [it for it in map(itemgetter_tuple(indices), record_span) if any(it)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 6931, in <lambda>
return lambda gettable: (gettable[items[0]],)
~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
|
|
|
2026-03-24 10:20:47
|
CRITICAL
|
server
|
odoo.service.server:1364
Failed to initialize database `09595-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 767, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 809, in convert_csv_import
result = env[model].load(fields, datas)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 1198, in load
for id, xid, record, info in converted:
File "/data/build/odoo/odoo/models.py", line 1341, in _convert_records
for record, extras in stream:
File "/data/build/odoo/odoo/tools/misc.py", line 893, in next
val = next(self.stream, _ph)
^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 1295, in _extract_records
relfield_data = [it for it in map(itemgetter_tuple(indices), record_span) if any(it)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 6931, in <lambda>
return lambda gettable: (gettable[items[0]],)
~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
|
|
|
2026-03-24 10:20:56
|
|
|
Step install_without_demo finished in 5m
|
|
|
2026-03-24 10:20:56
|
|
|
Starting step run_without_demo from config Without demo
|
|
|
2026-03-24 10:20:56
|
INFO
|
runbot
|
Start running build 09595-16-0
|
|
|
2026-03-24 10:20:56
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-03-24 10:22:42
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.02s, 0 queries (+0 extra)
|
|
|
2026-03-24 10:22:44
|
INFO
|
server
|
odoo.modules.loading:336
189 modules loaded in 2.40s, 0 queries (+0 extra)
|
|