| Date |
Level |
Type |
Message |
|
2025-08-29 15:22:35
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2025-08-29 15:22:35
|
|
|
Starting step all from config Default
|
|
|
2025-08-29 15:22:35
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-08-29 15:22:54
|
INFO
|
server
|
odoo.modules.loading:334
1 modules loaded in 9.03s, 9085 queries (+9085 extra)
|
|
|
2025-08-29 15:23:40
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1153
Two fields (livechat_operator_id, messenger_operator_id) of discuss.channel() have the same label: Operator. [Modules: im_livechat and us_multichat]
|
|
|
2025-08-29 15:23:42
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1153
Two fields (livechat_operator_id, messenger_operator_id) of discuss.channel() have the same label: Operator. [Modules: im_livechat and us_multichat]
|
|
|
2025-08-29 15:23:44
|
WARNING
|
server
|
odoo.fields:523
Field push.message.body_html: unknown parameter 'stirng', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2025-08-29 15:23:44
|
WARNING
|
server
|
odoo.fields:523
Field message.template.body_html: unknown parameter 'stirng', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2025-08-29 15:23:44
|
WARNING
|
server
|
odoo.fields:523
Field message.template.body_html: unknown parameter 'render_engine', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2025-08-29 15:23:44
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1153
Two fields (trigger, trigger_push_message) of push.message() have the same label: Trigger. [Modules: None and us_push_message]
|
|
|
2025-08-29 15:23:44
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:2112
Rule access_push_message has no group, this is a deprecated feature. Every access-granting rule should specify a group.
|
|
|
2025-08-29 15:23:44
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:2112
Rule access_message_template has no group, this is a deprecated feature. Every access-granting rule should specify a group.
|
|
|
2025-08-29 15:23:44
|
WARNING
|
server
|
odoo.modules.loading:643
Transient module states were reset
|
|
|
2025-08-29 15:23:44
|
ERROR
|
server
|
odoo.modules.registry:115
Failed to load registry
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/registry.py", line 110, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 485, in load_modules
processed_modules += load_marked_modules(env, graph,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 366, in load_marked_modules
loaded, processed = load_module_graph(
^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 229, in load_module_graph
load_data(env, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 635, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 701, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 621, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 575, 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/single_module_repos/us_push_message/views/us_push_message_views.xml:3
Error while validating view near:
<button string="Add template" class="oe_highlight oe_right" type="object" name="add_new_template"/>
<field name="code" widget="ace" attrs="{'invisible': [('is_code_editor_visible', '!=', True)]}"/>
</sheet>
</form>
Field "code" does not exist in model "push.message"
View error context:
{'file': '/data/build/single_module_repos/us_push_message/views/us_push_message_views.xml',
'line': 29,
'name': 'Message Form',
'view': ir.ui.view(1175,),
'view.model': 'push.message',
'view.parent': ir.ui.view(),
'xmlid': 'us_push_message_form_view'}
|
|
|
2025-08-29 15:23:44
|
CRITICAL
|
server
|
odoo.service.server:1406
Failed to initialize database `00156-17-0-all`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/service/server.py", line 1369, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 110, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 485, in load_modules
processed_modules += load_marked_modules(env, graph,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 366, in load_marked_modules
loaded, processed = load_module_graph(
^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 229, in load_module_graph
load_data(env, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 635, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 701, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 621, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 575, 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/single_module_repos/us_push_message/views/us_push_message_views.xml:3
Error while validating view near:
<button string="Add template" class="oe_highlight oe_right" type="object" name="add_new_template"/>
<field name="code" widget="ace" attrs="{'invisible': [('is_code_editor_visible', '!=', True)]}"/>
</sheet>
</form>
Field "code" does not exist in model "push.message"
View error context:
{'file': '/data/build/single_module_repos/us_push_message/views/us_push_message_views.xml',
'line': 29,
'name': 'Message Form',
'view': ir.ui.view(1175,),
'view.model': 'push.message',
'view.parent': ir.ui.view(),
'xmlid': 'us_push_message_form_view'}
|
|
|
2025-08-29 15:23:49
|
INFO
|
runbot
|
Getting results for build 00156-17-0
|
|
|
2025-08-29 15:23:49
|
|
|
Step all finished in 69s
|
|
|
2025-08-29 15:23:49
|
|
|
Starting step base from config Default
|
|
|
2025-08-29 15:23:49
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-08-29 15:24:07
|
INFO
|
server
|
odoo.modules.loading:334
1 modules loaded in 8.98s, 9085 queries (+9085 extra)
|
|
|
2025-08-29 15:24:11
|
INFO
|
server
|
odoo.modules.loading:334
11 modules loaded in 2.98s, 3647 queries (+3647 extra)
|
|
|
2025-08-29 15:24:16
|
INFO
|
runbot
|
Getting results for build 00156-17-0
|
|
|
2025-08-29 15:24:16
|
|
|
Step base finished in 23s
|
|
|
2025-08-29 15:24:16
|
|
|
Starting step run from config Default
|
|
|
2025-08-29 15:24:16
|
INFO
|
runbot
|
Start running build 00156-17-0
|
|
|
2025-08-29 15:24:16
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-08-29 15:24:24
|
INFO
|
server
|
odoo.modules.loading:334
1 modules loaded in 0.04s, 0 queries (+0 extra)
|
|
|
2025-08-29 15:24:26
|
INFO
|
server
|
odoo.modules.loading:334
67 modules loaded in 1.20s, 0 queries (+0 extra)
|
|
|
2025-08-29 15:25:03
|
INFO
|
runbot
|
Kill build 00156-17-0
|
|