| Date |
Level |
Type |
Message |
|
2026-04-28 12:53:10
|
INFO
|
runbot
|
Init build environment with config [19.0] Odoo by Adhoc Config (with tests)
|
|
|
2026-04-28 12:53:10
|
|
|
Starting step 19-all-with-tests from config 19.0] Odoo by Adhoc Config (with tests) [
|
|
|
2026-04-28 12:53:10
|
|
|
Using Dockerfile Tag odoo:adhoc_odoo_19
|
|
|
2026-04-28 12:53:18
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 4.15s, 9452 queries (+9452 extra)
|
|
|
2026-04-28 12:56:00
|
WARNING
|
server
|
odoo.modules.loading:632
Transient module states were reset
|
|
|
2026-04-28 12:56:00
|
ERROR
|
server
|
odoo.registry:214
Failed to load registry
|
|
|
2026-04-28 12:56:00
|
CRITICAL
|
server
|
odoo.service.server:1571
Failed to initialize database `68043-19-0-all`.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1544, in preload_registries
registry = Registry.new(dbname, update_module=update_module, install_modules=config['init'], upgrade_modules=config['update'], reinit_modules=config['reinit'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 88, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/registry.py", line 199, in new
load_modules(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 464, in load_modules
load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 217, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 59, in load_data
convert_file(env, package.name, filename, idref, mode, noupdate=kind == 'demo')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 693, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 792, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 663, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 616, 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 None:132
Error while parsing or validating view:
Element '<td name="td_discount" t-if="display_discount" t-attf-class="text-end {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}">' cannot be located in parent view
View error context:
{'file': '/data/build/adhoc-cicd-odoo-odoo/addons/l10n_cl/views/report_invoice.xml',
'line': 1,
'name': 'report_invoice_document',
'view': ir.ui.view(4355,),
'view.model': False,
'view.parent': ir.ui.view(1154,),
'xmlid': 'report_invoice_document'}
|
|
|
2026-04-28 12:56:09
|
INFO
|
runbot
|
Getting results for build 68043-19-0
|
|
|
2026-04-28 12:56:09
|
|
|
Step 19-all-with-tests finished in 3m
|
|
|
2026-04-28 12:56:09
|
|
|
Starting step setup from config 19.0] Odoo by Adhoc Config (with tests) [
|
|
|
2026-04-28 12:56:09
|
|
|
Using Dockerfile Tag odoo:adhoc_odoo_19
|
|
|
2026-04-28 12:56:15
|
INFO
|
runbot
|
Step setup finished in 0s
|
|
|
2026-04-28 12:56:15
|
|
|
Starting step run from config 19.0] Odoo by Adhoc Config (with tests) [
|
|
|
2026-04-28 12:56:15
|
INFO
|
runbot
|
Start running build 68043-19-0
|
|
|
2026-04-28 12:56:15
|
|
|
Using Dockerfile Tag odoo:adhoc_odoo_19
|
|
|
2026-04-28 12:56:19
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-04-28 12:56:21
|
INFO
|
server
|
odoo.modules.loading:350
349 modules loaded in 2.20s, 0 queries (+0 extra)
|
|
|
2026-04-28 12:57:09
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 12:57:14
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 12:57:30
|
ERROR
|
server
|
odoo.addons.ai.models.ai_embedding:141
Failed to process batch 1/1 for model text-embedding-3-small: Not Provider url or saas database uuid configured
|
|
|
2026-04-28 12:57:45
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 12:58:17
|
WARNING
|
server
|
odoo.addons.whatsapp_event.models.event_mail:39
Cannot process scheduler 24 (event Live Music Festival - ID 4) as it refers to whatsapp template Event Ticket (ID 2) that is not approved
|
|
|
2026-04-28 12:58:17
|
ERROR
|
server
|
odoo.addons.saas_client_adhoc.wizards.saas_client_dashboard:515
Error Updating ADHOC Modules Data. Error:
Not Provider url or saas database uuid configured
|
|
|
2026-04-28 12:58:17
|
ERROR
|
server
|
odoo.sql_db:436
bad query: b' UPDATE "stock_warehouse_orderpoint"\n SET "qty_to_order_computed" = "__tmp"."qty_to_order_computed"::numeric, "write_date" = "__tmp"."write_date"::timestamp, "write_uid" = "__tmp"."write_uid"::int4\n FROM (VALUES (1, \'0.00\', \'2026-04-28T12:58:17.832507\'::timestamp, 1)) AS "__tmp"("id", "qty_to_order_computed", "write_date", "write_uid")\n WHERE "stock_warehouse_orderpoint"."id" = "__tmp"."id"\n '
ERROR: could not serialize access due to concurrent update
|
|
|
2026-04-28 12:58:17
|
ERROR
|
server
|
odoo.addons.stock.models.stock_rule:738
Error during stock scheduler
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock/models/stock_rule.py", line 736, in run_scheduler
self._run_scheduler_tasks(use_new_cursor=use_new_cursor, company_id=company_id)
File "/data/build/adhoc-cicd-odoo-odoo/addons/point_of_sale/models/pos_session.py", line 1909, in _run_scheduler_tasks
super()._run_scheduler_tasks(use_new_cursor=use_new_cursor, company_id=company_id)
File "/data/build/adhoc-cicd-odoo-odoo/addons/product_expiry/models/stock_rule.py", line 10, in _run_scheduler_tasks
super()._run_scheduler_tasks(use_new_cursor=use_new_cursor, company_id=company_id)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock/models/stock_rule.py", line 703, in _run_scheduler_tasks
self.env['ir.cron']._commit_progress(1)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 887, in _commit_progress
self.env.cr.commit()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 556, in commit
self.flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 182, in flush
self.transaction.flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 592, in flush
self.default_env.flush_all()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 388, in flush_all
self[model_name].flush_model()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 6362, in flush_model
self._flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 6430, in _flush
model.browse(some_ids)._write_multi(vals_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 4594, in _write_multi
self.env.execute_query(SQL(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 534, in execute_query
self.cr.execute(query)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 433, in execute
self._obj.execute(query, params)
psycopg2.errors.SerializationFailure: could not serialize access due to concurrent update
|
|
|
2026-04-28 12:58:17
|
ERROR
|
server
|
odoo.addons.base.models.ir_cron:508
Job 'Procurement: run scheduler' (41) server action #596 failed
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 505, in _run_job
cron._callback(job['cron_name'], job['ir_actions_server_id'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 688, in _callback
self.env['ir.actions.server'].browse(server_action_id).run()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 1177, in run
res = action._run(records, eval_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-enterprise/documents/models/ir_actions_server.py", line 65, in _run
return super()._run(records, eval_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 1190, in _run
res = runner(run_self, eval_context=eval_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_actions_server.py", line 59, in _run_action_code_multi
res = super()._run_action_code_multi(eval_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 1014, in _run_action_code_multi
safe_eval(self.code.strip(), eval_context, mode="exec", filename=str(self))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 397, in safe_eval
return unsafe_eval(c, globals_dict, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "ir.actions.server(596,)", line 1, in <module>
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock/models/stock_rule.py", line 736, in run_scheduler
self._run_scheduler_tasks(use_new_cursor=use_new_cursor, company_id=company_id)
File "/data/build/adhoc-cicd-odoo-odoo/addons/point_of_sale/models/pos_session.py", line 1909, in _run_scheduler_tasks
super()._run_scheduler_tasks(use_new_cursor=use_new_cursor, company_id=company_id)
File "/data/build/adhoc-cicd-odoo-odoo/addons/product_expiry/models/stock_rule.py", line 10, in _run_scheduler_tasks
super()._run_scheduler_tasks(use_new_cursor=use_new_cursor, company_id=company_id)
File "/data/build/adhoc-cicd-odoo-odoo/addons/stock/models/stock_rule.py", line 703, in _run_scheduler_tasks
self.env['ir.cron']._commit_progress(1)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 887, in _commit_progress
self.env.cr.commit()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 556, in commit
self.flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 182, in flush
self.transaction.flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 592, in flush
self.default_env.flush_all()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 388, in flush_all
self[model_name].flush_model()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 6362, in flush_model
self._flush()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 6430, in _flush
model.browse(some_ids)._write_multi(vals_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 4594, in _write_multi
self.env.execute_query(SQL(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 534, in execute_query
self.cr.execute(query)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 433, in execute
self._obj.execute(query, params)
psycopg2.errors.SerializationFailure: could not serialize access due to concurrent update
|
|
|
2026-04-28 12:58:46
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-04-28 12:58:51
|
WARNING
|
server
|
odoo.addons.base.models.ir_cron:203
Skipping database 68043-19-0-all because of modules to install/upgrade/remove.
|
|
|
2026-04-28 12:58:51
|
INFO
|
server
|
odoo.modules.loading:350
353 modules loaded in 2.12s, 1743 queries (+1744 extra)
|
|
|
2026-04-28 12:59:05
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 12:59:09
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 12:59:58
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-04-28 12:59:58
|
INFO
|
server
|
odoo.modules.loading:350
353 modules loaded in 0.11s, 0 queries (+0 extra)
|
|
|
2026-04-28 13:08:28
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 13:09:20
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2336, in _serve_ir_http_fallback
response = self.registry['ir.http']._serve_fallback()
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 343, in _serve_fallback
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 13:09:27
|
WARNING
|
server
|
odoo.addons.whatsapp_event.models.event_mail:39
Cannot process scheduler 24 (event Live Music Festival - ID 4) as it refers to whatsapp template Event Ticket (ID 2) that is not approved
|
|
|
2026-04-28 13:10:55
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2336, in _serve_ir_http_fallback
response = self.registry['ir.http']._serve_fallback()
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 343, in _serve_fallback
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 13:14:54
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:14:55
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:14:56
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:15:58
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:15:59
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:16:00
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:17:15
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-04-28 13:17:19
|
INFO
|
server
|
odoo.modules.loading:350
356 modules loaded in 2.05s, 1084 queries (+1084 extra)
|
|
|
2026-04-28 13:17:22
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-04-28 13:17:22
|
INFO
|
server
|
odoo.modules.loading:350
356 modules loaded in 0.09s, 0 queries (+0 extra)
|
|
|
2026-04-28 13:18:02
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 13:18:04
|
WARNING
|
server
|
py.warnings:343
/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py:27: DeprecationWarning: Since 19.0, use request.env.context directly
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2352, in _serve_ir_http
self.registry['ir.http']._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_http.py", line 213, in _pre_dispatch
super()._pre_dispatch(rule, arguments)
File "/data/build/adhoc-cicd-odoo-odoo/addons/auth_signup/models/ir_http.py", line 13, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/html_editor/models/ir_http.py", line 21, in _pre_dispatch
super()._pre_dispatch(rule, args)
File "/data/build/adhoc-cicd-odoo-odoo/addons/http_routing/models/ir_http.py", line 487, in _pre_dispatch
cls._frontend_pre_dispatch()
File "/data/build/ingadhoc-multi-company/website_multicompany/models/ir_http.py", line 27, in _frontend_pre_dispatch
request.website = website.with_context(**request.context)
|
|
|
2026-04-28 13:18:34
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-04-28 13:18:34
|
INFO
|
server
|
odoo.modules.loading:350
356 modules loaded in 0.09s, 0 queries (+0 extra)
|
|
|
2026-04-28 13:25:35
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:25:36
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:25:42
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:25:47
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:25:50
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:25:51
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:25:58
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:02
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:03
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:10
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:16
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:20
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:21
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:26
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:27
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:33
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:38
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:38
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:39
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:50
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:51
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:26:51
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:08
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:15
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:15
|
ERROR
|
server
|
odoo.http:2856
Exception during request handling.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2300, in _serve_db
raise self._update_served_exception(exc)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2353, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2568, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 355, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 808, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/addons/rpc/controllers/jsonrpc.py", line 16, in jsonrpc
return dispatch_rpc(service, method, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 446, in dispatch_rpc
return dispatch(method, params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 133, in dispatch
res = execute_cr(cr, uid, model, method_, args, kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 150, in execute_cr
result = retrying(partial(call_kw, recs, method, args, kw), env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 97, in call_kw
result = method(recs, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/addons/web/models/models.py", line 874, in formatted_read_group
groups = self._read_group(
^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 1922, in _read_group
self._read_group_select(spec, query)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 2012, in _read_group_select
sql_field = self._field_to_sql(self._table, fname, query)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/properties_base_definition_mixin.py", line 56, in _field_to_sql
return super()._field_to_sql(alias, fname, query)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 2930, in _field_to_sql
sql = field.to_sql(self, alias)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/fields.py", line 1218, in to_sql
raise ValueError(f"Cannot convert {self} to SQL because it is not stored")
ValueError: Cannot convert res.partner.credit to SQL because it is not stored
|
|
|
2026-04-28 13:27:22
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:27
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:36
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:42
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:43
|
WARNING
|
server
|
odoo.addons.rpc.controllers.xmlrpc:159
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.xmlrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:43
|
ERROR
|
server
|
odoo.http:2856
Exception during request handling.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 914, in __get_field
field = model._fields[field_name]
~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'order_ids'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2300, in _serve_db
raise self._update_served_exception(exc)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2353, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2475, in dispatch
return self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 355, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 808, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/addons/rpc/controllers/xmlrpc.py", line 162, in xmlrpc_2
response = self._xmlrpc(service)
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/addons/rpc/controllers/xmlrpc.py", line 134, in _xmlrpc
result = dispatch_rpc(service, method, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 446, in dispatch_rpc
return dispatch(method, params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 133, in dispatch
res = execute_cr(cr, uid, model, method_, args, kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 150, in execute_cr
result = retrying(partial(call_kw, recs, method, args, kw), env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 97, in call_kw
result = method(recs, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 1358, in search_count
query = self._search(domain, limit=limit)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 5364, in _search
domain = domain.optimize_full(self)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 445, in optimize_full
return self._optimize(model, OptimizationLevel.FULL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 459, in _optimize
previous, domain = domain, domain._optimize_step(model, next_level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 653, in _optimize_step
children = self._flatten(child._optimize(model, level) for child in self.children)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 608, in _flatten
for child in children:
^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 653, in <genexpr>
children = self._flatten(child._optimize(model, level) for child in self.children)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 459, in _optimize
previous, domain = domain, domain._optimize_step(model, next_level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 938, in _optimize_step
field, property_name = self.__get_field(model)
^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 916, in __get_field
self._raise("Invalid field %s.%s", model._name, field_name)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/domains.py", line 901, in _raise
raise error(message % (*args, self.field_expr, self.operator, self.value))
ValueError: Invalid field crm.lead.order_ids in condition ('order_ids.is_subscription', '=', True)
|
|
|
2026-04-28 13:27:52
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:54
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:54
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:54
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:54
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:54
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:55
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:55
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:55
|
WARNING
|
server
|
odoo.http:2852
You are not allowed to access 'Helper methods for crm_iap_mine modules' (crm.iap.lead.helpers) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
|
|
2026-04-28 13:27:55
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:55
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:55
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:56
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:56
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:56
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:56
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:57
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:57
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:57
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:57
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:57
|
ERROR
|
server
|
odoo.sql_db:436
bad query: b'SELECT COUNT(*) FROM "base_exception"'
ERROR: relation "base_exception" does not exist
LINE 1: SELECT COUNT(*) FROM "base_exception"
^
|
|
|
2026-04-28 13:27:57
|
ERROR
|
server
|
odoo.http:2856
Exception during request handling.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2300, in _serve_db
raise self._update_served_exception(exc)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2353, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2568, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 355, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 808, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/addons/rpc/controllers/jsonrpc.py", line 16, in jsonrpc
return dispatch_rpc(service, method, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 446, in dispatch_rpc
return dispatch(method, params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 133, in dispatch
res = execute_cr(cr, uid, model, method_, args, kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 150, in execute_cr
result = retrying(partial(call_kw, recs, method, args, kw), env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 97, in call_kw
result = method(recs, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 1359, in search_count
return len(query)
^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/query.py", line 272, in __len__
return self._env.execute_query(sql)[0][0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 534, in execute_query
self.cr.execute(query)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 433, in execute
self._obj.execute(query, params)
psycopg2.errors.UndefinedTable: relation "base_exception" does not exist
LINE 1: SELECT COUNT(*) FROM "base_exception"
^
|
|
|
2026-04-28 13:27:57
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:27:58
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:28:04
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:28:09
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:28:09
|
ERROR
|
server
|
odoo.sql_db:436
bad query: b'SELECT COUNT(*) FROM "base_exception"'
ERROR: relation "base_exception" does not exist
LINE 1: SELECT COUNT(*) FROM "base_exception"
^
|
|
|
2026-04-28 13:28:09
|
ERROR
|
server
|
odoo.http:2856
Exception during request handling.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2825, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2300, in _serve_db
raise self._update_served_exception(exc)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2298, in _serve_db
return service_model.retrying(serve_func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2353, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2568, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 355, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 808, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/addons/rpc/controllers/jsonrpc.py", line 16, in jsonrpc
return dispatch_rpc(service, method, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 446, in dispatch_rpc
return dispatch(method, params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 133, in dispatch
res = execute_cr(cr, uid, model, method_, args, kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 150, in execute_cr
result = retrying(partial(call_kw, recs, method, args, kw), env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 188, in retrying
result = func()
^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 97, in call_kw
result = method(recs, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/models.py", line 1359, in search_count
return len(query)
^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/query.py", line 272, in __len__
return self._env.execute_query(sql)[0][0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/adhoc-cicd-odoo-odoo/odoo/orm/environments.py", line 534, in execute_query
self.cr.execute(query)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 433, in execute
self._obj.execute(query, params)
psycopg2.errors.UndefinedTable: relation "base_exception" does not exist
LINE 1: SELECT COUNT(*) FROM "base_exception"
^
|
|
|
2026-04-28 13:28:09
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:28:09
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:28:10
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:28:10
|
WARNING
|
server
|
odoo.addons.rpc.controllers.jsonrpc:14
The /xmlrpc, /xmlrpc/2 and /jsonrpc endpoints are deprecated in Odoo 19 and scheduled for removal in Odoo 22. Please report the problem to the client making the request.
Mute this logger: --log-handler odoo.addons.rpc.controllers.jsonrpc:ERROR
https://www.odoo.com/documentation/latest/developer/reference/external_api.html#migrating-from-xml-rpc-json-rpc
|
|
|
2026-04-28 13:28:10
|
|
|
Log limit reached (full logs are still available in the log file)
|
|
|
2026-04-28 16:12:48
|
INFO
|
runbot
|
Kill build 68043-19-0
|
|