| Date |
Level |
Type |
Message |
|
2026-07-28 09:50:38
|
INFO
|
runbot
|
Init build environment with config Without demo
|
|
|
2026-07-28 09:50:38
|
|
|
Starting step install_without_demo from config Without demo
|
|
|
2026-07-28 09:50:38
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-07-28 09:54:39
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 10.91s, 7918 queries (+7918 extra)
|
|
|
2026-07-28 09:55:09
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:139
docutils' system message present: <system_message level="2" line="1" source="<string>" type="WARNING"><paragraph>Title overline too short.</paragraph><literal_block xml:space="preserve">==================================
Mail Activity Todo (Unified Action Inbox)
==================================</literal_block></system_message>
|
|
|
2026-07-28 09:55:10
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:964
module mail_notification_inbox_email: description is empty !
|
|
|
2026-07-28 09:55:10
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of office.order() have the same label: Attachment Count. [Modules: office_order and mail]
|
|
|
2026-07-28 09:55:10
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:964
module office_order: description is empty !
|
|
|
2026-07-28 09:55:14
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of office.order() have the same label: Attachment Count. [Modules: office_order and mail]
|
|
|
2026-07-28 09:55:17
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of office.order() have the same label: Attachment Count. [Modules: office_order and mail]
|
|
|
2026-07-28 09:55:19
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:964
module aginix_hrms_base: description is empty !
|
|
|
2026-07-28 09:55:24
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:964
module hr_employee_education_history: description is empty !
|
|
|
2026-07-28 09:55:25
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:964
module hr_employee_kmitl_kid: description is empty !
|
|
|
2026-07-28 09:55:25
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:964
module hr_employee_role: description is empty !
|
|
|
2026-07-28 09:55:31
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of office.order() have the same label: Attachment Count. [Modules: office_order and mail]
|
|
|
2026-07-28 09:55:33
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of office.order() have the same label: Attachment Count. [Modules: office_order and mail]
|
|
|
2026-07-28 09:55:35
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of office.order() have the same label: Attachment Count. [Modules: office_order and mail]
|
|
|
2026-07-28 09:55:39
|
WARNING
|
server
|
odoo.addons.base.models.ir_module:964
module hr_employee_security_role: description is empty !
|
|
|
2026-07-28 09:55:39
|
WARNING
|
server
|
odoo.models:4437
Creating record hr.access_hr_central_user in module hr_employee_security_role.
|
|
|
2026-07-28 09:55:39
|
WARNING
|
server
|
odoo.models:4437
Creating record hr.access_hr_department_manager in module hr_employee_security_role.
|
|
|
2026-07-28 09:55:39
|
WARNING
|
server
|
odoo.models:4437
Creating record hr.access_hr_departure_reason_manager in module hr_employee_security_role.
|
|
|
2026-07-28 09:55:39
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:412
Error-prone use of @class in view hr.employee.form.inherit (): use the hasclass(*classes) function to filter elements by their classes
|
|
|
2026-07-28 09:55:44
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1077
Two fields (attachment_count, message_attachment_count) of office.order() have the same label: Attachment Count. [Modules: office_order and mail]
|
|
|
2026-07-28 09:55:53
|
WARNING
|
server
|
odoo.modules.loading:652
Transient module states were reset
|
|
|
2026-07-28 09:55:53
|
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/agx_sarabun_reset/views/sarabun_document_views.xml:3
Inherited view cannot have 'Groups' define on the record. Use 'groups' attributes inside the view definition
View error context:
'-no context-'
|
|
|
2026-07-28 09:55:53
|
CRITICAL
|
server
|
odoo.service.server:1364
Failed to initialize database `13951-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/agx_sarabun_reset/views/sarabun_document_views.xml:3
Inherited view cannot have 'Groups' define on the record. Use 'groups' attributes inside the view definition
View error context:
'-no context-'
|
|
|
2026-07-28 09:56:00
|
|
|
Step install_without_demo finished in 5m
|
|
|
2026-07-28 09:56:00
|
|
|
Starting step run_without_demo from config Without demo
|
|
|
2026-07-28 09:56:00
|
INFO
|
runbot
|
Start running build 13951-16-0
|
|
|
2026-07-28 09:56:00
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2026-07-28 09:59:53
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2026-07-28 09:59:55
|
INFO
|
server
|
odoo.modules.loading:336
125 modules loaded in 1.56s, 0 queries (+0 extra)
|
|