| Date |
Level |
Type |
Message |
|
2026-03-02 03:27:13
|
INFO
|
runbot
|
Init build environment with config Without demo
|
|
|
2026-03-02 03:27:13
|
|
|
Starting step install_without_demo from config Without demo
|
|
|
2026-03-02 03:27:13
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-03-02 03:29:04
|
WARNING
|
server
|
odoo.modules.module:411
Missing `license` key in manifest for 'agx_approval', defaulting to LGPL-3
|
|
|
2026-03-02 03:29:22
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 10.89s, 7917 queries (+7917 extra)
|
|
|
2026-03-02 03:30:09
|
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-02 03:30:11
|
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(791,),
'view.model': 'sarabun.document',
'view.parent': ir.ui.view(),
'xmlid': 'sarabun_document_view_tree_incoming'}
|
|
|
2026-03-02 03:30:11
|
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(791,),
'view.model': 'sarabun.document',
'view.parent': ir.ui.view(),
'xmlid': 'sarabun_document_view_tree_incoming'}
|
|
|
2026-03-02 03:30:17
|
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-02 03:31:17
|
ERROR
|
server
|
odoo.tools.view_validation:179
<string>:11:0:ERROR:RELAXNGV:RELAXNG_ERR_NOELEM: Expecting an element data, got nothing
|
|
|
2026-03-02 03:31:17
|
ERROR
|
server
|
odoo.tools.view_validation:179
<string>:11:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute column_invisible for element field
|
|
|
2026-03-02 03:31:17
|
ERROR
|
server
|
odoo.tools.view_validation:179
<string>:3:0:ERROR:RELAXNGV:RELAXNG_ERR_EXTRACONTENT: Element tree has extra content: field
|
|
|
2026-03-02 03:31:17
|
ERROR
|
server
|
odoo.tools.view_validation:141
Invalid XML: Get RNG validator and validate RNG file.
|
|
|
2026-03-02 03:31:17
|
WARNING
|
server
|
odoo.modules.loading:652
Transient module states were reset
|
|
|
2026-03-02 03:31:17
|
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/kris_project/views/kris_project_views.xml:215
Invalid view kris.project.tree definition in kris_project/views/kris_project_views.xml
View error context:
'-no context-'
|
|
|
2026-03-02 03:31:17
|
CRITICAL
|
server
|
odoo.service.server:1364
Failed to initialize database `08687-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/kris_project/views/kris_project_views.xml:215
Invalid view kris.project.tree definition in kris_project/views/kris_project_views.xml
View error context:
'-no context-'
|
|
|
2026-03-02 03:31:25
|
|
|
Step install_without_demo finished in 4m
|
|
|
2026-03-02 03:31:25
|
|
|
Starting step run_without_demo from config Without demo
|
|
|
2026-03-02 03:31:25
|
INFO
|
runbot
|
Start running build 08687-16-0
|
|
|
2026-03-02 03:31:25
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-03-02 03:33:17
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.02s, 0 queries (+0 extra)
|
|
|
2026-03-02 03:33:19
|
INFO
|
server
|
odoo.modules.loading:336
148 modules loaded in 2.04s, 0 queries (+0 extra)
|
|
|
2026-03-02 12:38:36
|
INFO
|
runbot
|
Kill build 08687-16-0
|
|