| Date |
Level |
Type |
Message |
|
2026-03-09 13:39:19
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-03-09 13:39:19
|
|
|
Starting step base from config Default
|
|
|
2026-03-09 13:39:19
|
|
|
Using Dockerfile Tag odoo:minimal_18_0
|
|
|
2026-03-09 13:39:38
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 9.53s, 8832 queries (+8832 extra)
|
|
|
2026-03-09 13:39:45
|
INFO
|
server
|
odoo.modules.loading:360
12 modules loaded in 5.63s, 4186 queries (+4186 extra)
|
|
|
2026-03-09 13:39:51
|
INFO
|
runbot
|
Getting results for build 00254-master
|
|
|
2026-03-09 13:39:51
|
|
|
Step base finished in 27s
|
|
|
2026-03-09 13:39:51
|
|
|
Starting step all from config Default
|
|
|
2026-03-09 13:39:51
|
|
|
Using Dockerfile Tag odoo:minimal_18_0
|
|
|
2026-03-09 13:40:52
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 51.51s, 8832 queries (+36491 extra)
|
|
|
2026-03-09 13:41:05
|
WARNING
|
server
|
odoo.tools.translate:601
no translation language detected, skipping translation <frame at 0x75167e137580, file '/data/build/Gitlab Phileas Common modules 18.0/odoo_online_documentation/models/odoo_online_documentation.py', line 36, code OdooOnlineDocumentation>
|
|
|
2026-03-09 13:41:05
|
WARNING
|
server
|
odoo.tools.translate:601
no translation language detected, skipping translation <frame at 0x75167e137580, file '/data/build/Gitlab Phileas Common modules 18.0/odoo_online_documentation/models/odoo_online_documentation.py', line 36, code OdooOnlineDocumentation>
|
|
|
2026-03-09 13:41:05
|
WARNING
|
server
|
odoo.tools.translate:601
no translation language detected, skipping translation <frame at 0x75168431ab90, file '/data/build/Gitlab Phileas Common modules 18.0/odoo_online_documentation/models/odoo_online_documentation_type.py', line 29, code OdooOnlineDocumentType>
|
|
|
2026-03-09 13:42:16
|
ERROR
|
server
|
odoo.addons.web.tests.test_ir_qweb:58
ERROR: TestIrQweb.test_image_field_webp
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/web/tests/test_ir_qweb.py", line 58, in test_image_field_webp
jpeg_attach = self.env["ir.attachment"].create({
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:17
|
ERROR
|
server
|
odoo.addons.web.tests.test_reports:13
ERROR: TestReports.test_report_session_cookie
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/web/tests/test_reports.py", line 13, in test_report_session_cookie
image = self.env['ir.attachment'].create({
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:19
|
ERROR
|
server
|
odoo.modules.loading:321
Module web: 0 failures, 2 errors of 24 tests
|
|
|
2026-03-09 13:42:20
|
ERROR
|
server
|
odoo.addons.xevent.tests.test_events:107
ERROR: TestXevents.test_101_substitute_attachment
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Common modules 18.0/xevent/tests/test_events.py", line 107, in test_101_substitute_attachment
new_attach = self.env["ir.attachment"].create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:20
|
ERROR
|
server
|
odoo.addons.xevent.tests.test_events:125
ERROR: TestXevents.test_102_substitute_attachment
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Common modules 18.0/xevent/tests/test_events.py", line 125, in test_102_substitute_attachment
new_attach = self.env["ir.attachment"].create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:20
|
ERROR
|
server
|
odoo.modules.loading:321
Module xevent: 0 failures, 2 errors of 9 tests
|
|
|
2026-03-09 13:42:26
|
ERROR
|
server
|
odoo.addons.base_import_module.tests.test_cloc:164
ERROR: TestClocFields.test_count_attachment_imported_module
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 313, in _import_zipfile
self.sudo()._import_module(mod_name, path, force=force, with_demo=with_demo)
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 182, in _import_module
attachment = IrAttachment.create(values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/tests/test_cloc.py", line 164, in test_count_attachment_imported_module
self.env['ir.module.module']._import_zipfile(stream)
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 315, in _import_zipfile
raise UserError(_(
odoo.exceptions.UserError: Error while importing module 'test_imported_module'.
'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:26
|
ERROR
|
server
|
odoo.addons.base_import_module.tests.test_cloc:219
ERROR: TestClocFields.test_exclude_attachment_imported_module
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 313, in _import_zipfile
self.sudo()._import_module(mod_name, path, force=force, with_demo=with_demo)
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 182, in _import_module
attachment = IrAttachment.create(values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/tests/test_cloc.py", line 219, in test_exclude_attachment_imported_module
self.env['ir.module.module']._import_zipfile(stream)
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 315, in _import_zipfile
raise UserError(_(
odoo.exceptions.UserError: Error while importing module 'test_imported_module'.
'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:26
|
ERROR
|
server
|
odoo.addons.base_import_module.tests.test_cloc:256
ERROR: TestClocFields.test_exclude_cloc_imported_module
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 313, in _import_zipfile
self.sudo()._import_module(mod_name, path, force=force, with_demo=with_demo)
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 182, in _import_module
attachment = IrAttachment.create(values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/tests/test_cloc.py", line 256, in test_exclude_cloc_imported_module
self.env['ir.module.module']._import_zipfile(stream)
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_import_module/models/ir_module.py", line 315, in _import_zipfile
raise UserError(_(
odoo.exceptions.UserError: Error while importing module 'test_imported_module'.
'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:27
|
ERROR
|
server
|
odoo.modules.loading:321
Module base_import_module: 0 failures, 3 errors of 8 tests
|
|
|
2026-03-09 13:42:27
|
ERROR
|
server
|
odoo.addons.base_setup.tests.test_res_config:91
ERROR: TestResConfig.test_install
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/addons/base_setup/tests/test_res_config.py", line 91, in test_install
module_to_install = next(m for m in config_fields['module'] if m.state == 'uninstalled')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
|
|
|
2026-03-09 13:42:28
|
ERROR
|
server
|
odoo.modules.loading:321
Module base_setup: 0 failures, 1 errors of 4 tests
|
|
|
2026-03-09 13:42:33
|
WARNING
|
server
|
odoo.tools.translate:601
no translation language detected, skipping translation <frame at 0x75167d2f04c0, file '/data/build/Gitlab Phileas Common modules 18.0/odoo_online_documentation_asciidoc/odoo_online_documentation_asciidoc.py', line 34, code OdooOnlineDocumentationAsciidoc>
|
|
|
2026-03-09 13:42:33
|
WARNING
|
server
|
odoo.tools.translate:601
no translation language detected, skipping translation <frame at 0x75167d2f0640, file '/data/build/Gitlab Phileas Common modules 18.0/odoo_online_documentation_plantuml/odoo_online_documentation_plantuml.py', line 34, code OdooOnlineDocumentationPlantuml>
|
|
|
2026-03-09 13:42:35
|
ERROR
|
server
|
odoo.addons.report_xlsx.tests.test_report:31
ERROR: TestReport.test_report
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Community 18.0/report_xlsx/tests/test_report.py", line 31, in test_report
wb = open_workbook(file_contents=rep[0])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/xlrd/__init__.py", line 170, in open_workbook
raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')
xlrd.biffh.XLRDError: Excel xlsx file; not supported
|
|
|
2026-03-09 13:42:35
|
ERROR
|
server
|
odoo.addons.report_xlsx.tests.test_report:37
ERROR: TestReport.test_save_attachment
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Community 18.0/report_xlsx/tests/test_report.py", line 37, in test_save_attachment
self.report_object._render(self.report_name, self.docs.ids, {})
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_actions_report.py", line 1132, in _render
return render_func(report_ref, res_ids, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Community 18.0/report_xlsx/models/ir_report.py", line 30, in _render_xlsx
report_sudo.save_xlsx_report_attachment(docids, ret[0])
File "/data/build/Gitlab Phileas Community 18.0/report_xlsx/models/ir_report.py", line 67, in save_xlsx_report_attachment
attachment = self.env["ir.attachment"].create(attachment_values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 17, in create
vals = self._clean_data_attachment_data(vals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/ir_attachment_cleaner/models/ir_attachment.py", line 27, in _clean_data_attachment_data
if datas := vals.get("datas"):
^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
|
|
|
2026-03-09 13:42:35
|
ERROR
|
server
|
odoo.modules.loading:321
Module report_xlsx: 0 failures, 2 errors of 4 tests
|
|
|
2026-03-09 13:42:42
|
WARNING
|
server
|
py.warnings:353
/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_module.py:193: DeprecationWarning: XML declarations in HTML module descriptions are deprecated since Odoo 17, uom_unece can just have a UTF8 description with not need for a declaration.
File "/data/build/Gitlab Phileas Odoo 18.0/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/cli/command.py", line 76, in main
o.run(args)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/cli/server.py", line 182, in run
main(args)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/cli/server.py", line 175, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/service/server.py", line 1462, in start
rc = server.run(preload, stop)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/service/server.py", line 627, in run
rc = preload_registries(preload)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/loading.py", line 489, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/loading.py", line 223, in load_module_graph
module._check()
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_module.py", line 884, in _check
if not module.description_html:
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/fields.py", line 1311, in __get__
self.compute_value(recs)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/fields.py", line 1493, in compute_value
records._compute_field_value(self)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/models.py", line 5297, in _compute_field_value
fields.determine(field.compute, self)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/fields.py", line 110, in determine
return needle(*args)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_module.py", line 193, in _get_desc
warnings.warn(
|
|
|
2026-03-09 13:42:59
|
ERROR
|
server
|
odoo.tests.suite:233
ERROR: setUpClass (odoo.addons.report_xlsx_helper.tests.test_report_xlsx_helper.TestReportXlsxHelper)
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/cache.py", line 103, in lookup
r = d[key]
~^^^^^
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/lru.py", line 33, in __getitem__
a = self.d[obj]
~~~~~~^^^^^
KeyError: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x75168730aac0>, 'base.res_partner_1')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Community 18.0/report_xlsx_helper/tests/test_report_xlsx_helper.py", line 12, in setUpClass
p1 = cls.env.ref("base.res_partner_1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/api.py", line 660, in ref
res_model, res_id = self['ir.model.data']._xmlid_to_res_model_res_id(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_model.py", line 2268, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/cache.py", line 110, in lookup
value = d[key] = self.method(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_model.py", line 2261, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: base.res_partner_1
|
|
|
2026-03-09 13:42:59
|
ERROR
|
server
|
odoo.modules.loading:321
Module report_xlsx_helper: 0 failures, 1 errors of 0 tests
|
|
|
2026-03-09 13:43:00
|
WARNING
|
server
|
odoo.modules.loading:647
Transient module states were reset
|
|
|
2026-03-09 13:43:00
|
ERROR
|
server
|
odoo.modules.registry:134
Failed to load registry
|
|
|
2026-03-09 13:43:00
|
CRITICAL
|
server
|
odoo.service.server:1404
Failed to initialize database `00254-master-all`.
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/loading.py", line 489, in load_modules
processed_modules += load_marked_modules(env, graph,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/loading.py", line 205, in load_module_graph
registry.setup_models(env.cr)
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/registry.py", line 355, in setup_models
model._setup_fields()
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/models.py", line 3720, in _setup_fields
field.setup(self)
File "/data/build/Gitlab Phileas Common modules 18.0/base_event_field/base.py", line 54, in setup
return setup.super(self, model)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/fields.py", line 528, in setup
if not model._valid_field_parameter(self, key):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/base_event_field/base.py", line 80, in _valid_field_parameter
related_with_event = field.related and not hasattr(_get_related_field(), "event")
^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Common modules 18.0/base_event_field/base.py", line 74, in _get_related_field
and self.env[field.model_name][".".join(field.related.split(".")[:-1])]._fields[
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/models.py", line 7078, in __getitem__
return self._fields[key].__get__(self)
~~~~~~~~~~~~^^^^^
KeyError: 'foo_id.bar_id'
|
|
|
2026-03-09 13:43:06
|
INFO
|
runbot
|
Getting results for build 00254-master
|
|
|
2026-03-09 13:43:06
|
|
|
Step all finished in 3m
|
|
|
2026-03-09 13:43:06
|
|
|
Starting step run from config Default
|
|
|
2026-03-09 13:43:06
|
INFO
|
runbot
|
Start running build 00254-master
|
|
|
2026-03-09 13:43:06
|
|
|
Using Dockerfile Tag odoo:minimal_18_0
|
|
|
2026-03-09 13:43:13
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2026-03-09 13:43:13
|
INFO
|
server
|
odoo.modules.loading:360
12 modules loaded in 0.76s, 0 queries (+0 extra)
|
|
|
2026-03-09 13:46:54
|
INFO
|
runbot
|
Killing build 00254-master, requested by Administrator (user #2)
|
|
|
2026-03-09 13:46:57
|
INFO
|
runbot
|
Kill build 00254-master
|
|