| Date |
Level |
Type |
Message |
|
2026-03-06 14:58:08
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-03-06 14:58:08
|
|
|
Starting step base from config Default
|
|
|
2026-03-06 14:58:08
|
|
|
Using Dockerfile Tag odoo:Telescope_DockerDefault
|
|
|
2026-03-06 14:59:35
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 12.31s, 9241 queries (+9241 extra)
|
|
|
2026-03-06 14:59:47
|
INFO
|
server
|
odoo.modules.loading:360
18 modules loaded in 9.77s, 7893 queries (+7893 extra)
|
|
|
2026-03-06 14:59:53
|
INFO
|
runbot
|
Getting results for build 00133-18
|
|
|
2026-03-06 14:59:53
|
|
|
Step base finished in 100s
|
|
|
2026-03-06 14:59:53
|
|
|
Starting step all from config Default
|
|
|
2026-03-06 14:59:53
|
|
|
Using Dockerfile Tag odoo:Telescope_DockerDefault
|
|
|
2026-03-06 15:02:25
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 72.53s, 9241 queries (+37347 extra)
|
|
|
2026-03-06 15:21:37
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:752
<b>Access Rights Inconsistency</b><br/>This view may not work for all users: some users may have a combination of groups where the elements <b><tt><button></tt></b> are displayed, but they depend on the field <b><tt>has_timesheet</tt></b> that is not accessible. You might fix this by modifying user groups to make sure that all users who have access to those elements also have access to the field, typically via group implications. Alternatively, you could adjust the “<i>groups</i>” or “<i>invisible</i>” attributes for these fields, to make sure they are always available together.<br/>Debugging information:<br/>- field “has_timesheet” is accessible for groups: 'base.group_system' | 'hr.group_hr_user'<br/>- element “<button invisible="not has_timesheet" class="oe_stat_button" type="object" name="action_timesheet_from_employee" icon="fa-calendar" groups="hr_timesheet.group_hr_timesheet_user"/>” is shown in the view for groups: 'hr_timesheet.group_hr_timesheet_user'
View error context:
{'file': '/data/build/odoo/addons/hr_timesheet/views/hr_employee_views.xml',
'line': 1,
'name': 'hr.employee.form.timesheet',
'view': ir.ui.view(3083,),
'view.model': 'hr.employee',
'view.parent': ir.ui.view(2435,),
'xmlid': 'hr_employee_view_form_inherit_timesheet'}
|
|
|
2026-03-06 15:30:44
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:1514
'kanban-box' is deprecated, define a 'card' template instead
|
|
|
2026-03-06 15:31:48
|
INFO
|
server
|
odoo.modules.loading:360
192 modules loaded in 1760.25s, 151662 queries (+1087602 extra)
|
|
|
2026-03-06 15:31:52
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:360
Pregenerating assets bundles
|
|
|
2026-03-06 15:32:47
|
INFO
|
server
|
odoo.addons.base.tests.test_http_case.TestChromeBrowser.test_screencasts:360
Screencast frames in: /data/build/tests/00133-18-all/screencasts/failed_screencast_20260306_153247_162047
|
|
|
2026-03-06 15:36:33
|
INFO
|
server
|
odoo.addons.web.tests.test_js.MobileWebSuite.test_qunit_mobile.browser:1681
QUnit: passed 87 tests (350 assertions), took 5s
|
|
|
2026-03-06 15:45:39
|
INFO
|
server
|
odoo.addons.web.tests.test_js.MobileWebSuite.test_unit_mobile.browser:1681
[HOOT] Passed 6822 tests (22291 assertions, total time: 00:09:00)
|
|
|
2026-03-06 15:58:39
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:58:39
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:58:41
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:58:43
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:58:43
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:58:44
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:58:46
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:58:56
|
ERROR
|
server
|
odoo.addons.portal.tests.test_tours.TestUi.test_03_skip_to_content.browser:1681
FAILED: [1/2] Tour skip_to_content → Step Make sure that Skip to Content button is on top of all the links present in header (trigger: a:first-child[class~='o_skip_to_content']).
Element has been found.
BUT: It is not allowed to do action on an element that's below a modal.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 15:58:56
|
INFO
|
server
|
odoo.addons.portal.tests.test_tours.TestUi.test_03_skip_to_content.browser:1681
Error received after termination: ---------- FAILED: [1/2] Tour skip_to_content → Step Make sure that Skip to Content button is on top of all the links present in header (trigger: a:first-child[class~='o_skip_to_content']) ----------
{
"content": "Make sure that Skip to Content button is on top of all the links present in header",
"trigger": "a:first-child[class~='o_skip_to_content']",
"run": "click"
},
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{
"content": "Check if we have been redirected to #wrap",
"trigger": "body",
"run": "[function]"
},
|
|
|
2026-03-06 15:58:56
|
INFO
|
server
|
odoo.addons.portal.tests.test_tours.TestUi.test_03_skip_to_content:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_155856_510446_TestUi.png
|
|
|
2026-03-06 15:58:56
|
INFO
|
server
|
odoo.addons.portal.tests.test_tours.TestUi.test_03_skip_to_content:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_155856_540707_TestUi.png
|
|
|
2026-03-06 15:58:56
|
ERROR
|
server
|
odoo.addons.portal.tests.test_tours:34
FAIL: TestUi.test_03_skip_to_content
Traceback (most recent call last):
File "/data/build/odoo/addons/portal/tests/test_tours.py", line 34, in test_03_skip_to_content
self.start_tour("/", "skip_to_content", login="portal")
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('skip_to_content', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/", "delayToCheckUndeterminisms": 0})" failed
FAILED: [1/2] Tour skip_to_content → Step Make sure that Skip to Content button is on top of all the links present in header (trigger: a:first-child[class~='o_skip_to_content']).
Element has been found.
BUT: It is not allowed to do action on an element that's below a modal.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 15:59:08
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 15:59:18
|
ERROR
|
server
|
odoo.addons.auth_totp_portal.tests.test_tour.TestTOTPortal.test_totp.browser:1681
FAILED: [9/14] Tour totportal_login_enabled → Step go back to security (trigger: a:contains(Security)).
Element has been found.
BUT: It is not allowed to do action on an element that's below a modal.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 15:59:18
|
INFO
|
server
|
odoo.addons.auth_totp_portal.tests.test_tour.TestTOTPortal.test_totp.browser:1681
Error received after termination: {
"content": "input code",
"trigger": "input[name=totp_token]",
"run": "[function]"
},
{
"trigger": "button:contains(Log in)",
"run": "click",
"expectUnloadPage": true
},
{
"content": "check we're logged in",
"trigger": "h3:contains(My account)"
},
---------- FAILED: [9/14] Tour totportal_login_enabled → Step go back to security (trigger: a:contains(Security)) ----------
{
"content": "go back to security",
"trigger": "a:contains(Security)",
"run": "click",
"expectUnloadPage": true
},
----------------------------------------------------------------------------------------------------------------------------
{
"content": "Open totp wizard",
"trigger": "button#auth_totp_portal_disable",
"run": "click"
},
{
"content": "Check that we have to enter enhanced security mode",
"trigger": ".modal div:contains(enter your password)"
},
{
"content": "Input password",
"trigger": "[name=password]",
"run": "edit portal"
},
|
|
|
2026-03-06 15:59:18
|
INFO
|
server
|
odoo.addons.auth_totp_portal.tests.test_tour.TestTOTPortal.test_totp:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_155918_646711_TestTOTPortal.png
|
|
|
2026-03-06 15:59:18
|
INFO
|
server
|
odoo.addons.auth_totp_portal.tests.test_tour.TestTOTPortal.test_totp:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_155918_679754_TestTOTPortal.png
|
|
|
2026-03-06 15:59:18
|
ERROR
|
server
|
odoo.addons.auth_totp_portal.tests.test_tour:20
FAIL: TestTOTPortal.test_totp
Traceback (most recent call last):
File "/data/build/odoo/addons/auth_totp_portal/tests/test_tour.py", line 20, in test_totp
self.start_tour('/', 'totportal_login_enabled', login=None)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('totportal_login_enabled', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/", "delayToCheckUndeterminisms": 0})" failed
FAILED: [9/14] Tour totportal_login_enabled → Step go back to security (trigger: a:contains(Security)).
Element has been found.
BUT: It is not allowed to do action on an element that's below a modal.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:18:58
|
ERROR
|
server
|
odoo.addons.hr.tests.test_hr_employee.TestHrEmployeeLinks.test_shared_private_link_permissions.browser:1681
OwlError: The following error occurred in onWillStart: ""hr.employee"."has_timesheet" field is undefined."
Error
at wrapError (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1103:139)
at onWillStart (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1108:117)
at View.setup (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9699:292)
at new ComponentNode (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1061:202)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1629:6
at ControllerComponent.template (eval at compile (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1586:421), <anonymous>:11:27)
at Fiber._render (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:996:96)
at Fiber.render (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:995:6)
at ComponentNode.initiateRender (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1066:47)
Caused by: Error: "hr.employee"."has_timesheet" field is undefined.
at Field.parseFieldNode (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:7775:330)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:8708:954
at visit (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4808:51)
at visitChildren (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4807:171)
at visit (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4808:129)
at visitXML (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4808:202)
at FormArchParser.parse (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:8708:880)
at FormArchParser.parse (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:16925:353)
at Object.props (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:8927:1023)
at View.loadView (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9716:257)
|
|
|
2026-03-06 16:18:58
|
ERROR
|
server
|
odoo.addons.hr.tests.test_hr_employee.TestHrEmployeeLinks.test_shared_private_link_permissions.browser:1681
Error received after termination: FAILED: [1/1] Tour check_public_employee_link_redirect → Step See if redirect warning popup appears for current user (trigger: .o_dialog:not(.o_inactive_modal) .modal-content .modal-body div[role="alert"] p).
Error: Could not find correct warning message when visiting private employee without required permissions
at Object.run (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:473:252)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:141
at callWithUnloadCheck (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11027:451)
at TourStepAutomatic.doAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:14)
at action (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10824:12)
at performAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2971:18)
at executeStep (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2983:207)
at async Macro.advance (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2983:482)
at async Macro.advance (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2984:21)
at async Macro.start (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2981:15)
|
|
|
2026-03-06 16:18:58
|
INFO
|
server
|
odoo.addons.hr.tests.test_hr_employee.TestHrEmployeeLinks.test_shared_private_link_permissions.browser:1681
Error received after termination: ---------- FAILED: [1/1] Tour check_public_employee_link_redirect → Step See if redirect warning popup appears for current user (trigger: .o_dialog:not(.o_inactive_modal) .modal-content .modal-body div[role="alert"] p) ----------
{
"content": "See if redirect warning popup appears for current user",
"trigger": ".o_dialog:not(.o_inactive_modal) .modal-content .modal-body div[role=\"alert\"] p",
"run": "[function]",
"timeout": 3000
},
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
2026-03-06 16:18:58
|
INFO
|
server
|
odoo.addons.hr.tests.test_hr_employee.TestHrEmployeeLinks.test_shared_private_link_permissions:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_161858_644403_TestHrEmployeeLinks.png
|
|
|
2026-03-06 16:18:58
|
INFO
|
server
|
odoo.addons.hr.tests.test_hr_employee.TestHrEmployeeLinks.test_shared_private_link_permissions:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_161858_672182_TestHrEmployeeLinks.png
|
|
|
2026-03-06 16:18:58
|
ERROR
|
server
|
odoo.addons.hr.tests.test_hr_employee:511
FAIL: TestHrEmployeeLinks.test_shared_private_link_permissions
Traceback (most recent call last):
File "/data/build/odoo/addons/hr/tests/test_hr_employee.py", line 511, in test_shared_private_link_permissions
self.start_tour(
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('check_public_employee_link_redirect', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/employees/319", "delayToCheckUndeterminisms": 0})" failed
OwlError: The following error occurred in onWillStart: ""hr.employee"."has_timesheet" field is undefined."
Error
at wrapError (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1103:139)
at onWillStart (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1108:117)
at View.setup (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9699:292)
at new ComponentNode (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1061:202)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1629:6
at ControllerComponent.template (eval at compile (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1586:421), <anonymous>:11:27)
at Fiber._render (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:996:96)
at Fiber.render (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:995:6)
at ComponentNode.initiateRender (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:1066:47)
Caused by: Error: "hr.employee"."has_timesheet" field is undefined.
at Field.parseFieldNode (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:7775:330)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:8708:954
at visit (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4808:51)
at visitChildren (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4807:171)
at visit (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4808:129)
at visitXML (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:4808:202)
at FormArchParser.parse (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:8708:880)
at FormArchParser.parse (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:16925:353)
at Object.props (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:8927:1023)
at View.loadView (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9716:257)
|
|
|
2026-03-06 16:19:01
|
ERROR
|
server
|
odoo.addons.hr.tests.test_self_user_access:111
ERROR: TestSelfAccessProfile.test_employee_fields_groups
Traceback (most recent call last):
File "/data/build/odoo/odoo/fields.py", line 1274, in __get__
recs._fetch_field(self)
File "/data/build/odoo/odoo/models.py", line 4105, in _fetch_field
self.check_field_access_rights('read', [field.name])
File "/data/build/odoo/addons/hr/models/hr_employee.py", line 195, in check_field_access_rights
result = super().check_field_access_rights(operation, field_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 3837, in check_field_access_rights
raise AccessError(error_msg)
odoo.exceptions.AccessError: You do not have enough rights to access the fields "hire_date" on Employee (hr.employee). Please contact your system administrator.
Operation: read
User: 1452
Fields:
- hire_date (allowed for groups 'Employees / Officer: Manage all employees')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/fields.py", line 1311, in __get__
self.compute_value(recs)
File "/data/build/odoo/odoo/fields.py", line 1493, in compute_value
records._compute_field_value(self)
File "/data/build/odoo/addons/base_automation/models/base_automation.py", line 835, in _compute_field_value
return _compute_field_value.origin(self, field)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/mail/models/mail_thread.py", line 442, in _compute_field_value
return super()._compute_field_value(field)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 5302, in _compute_field_value
fields.determine(field.compute, self)
File "/data/build/odoo/odoo/fields.py", line 110, in determine
return needle(*args)
^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/employee_customizations/models/hr_employee.py", line 160, in _compute_trial_end_date
if record.hire_date:
^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/fields.py", line 1278, in __get__
record._fetch_field(self)
File "/data/build/odoo/odoo/models.py", line 4105, in _fetch_field
self.check_field_access_rights('read', [field.name])
File "/data/build/odoo/addons/hr/models/hr_employee.py", line 195, in check_field_access_rights
result = super().check_field_access_rights(operation, field_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 3837, in check_field_access_rights
raise AccessError(error_msg)
odoo.exceptions.AccessError: You do not have enough rights to access the fields "hire_date" on Employee (hr.employee). Please contact your system administrator.
Operation: read
User: 1452
Fields:
- hire_date (allowed for groups 'Employees / Officer: Manage all employees')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/fields.py", line 1274, in __get__
recs._fetch_field(self)
File "/data/build/odoo/odoo/models.py", line 4105, in _fetch_field
self.check_field_access_rights('read', [field.name])
File "/data/build/odoo/addons/hr/models/hr_employee.py", line 195, in check_field_access_rights
result = super().check_field_access_rights(operation, field_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 3837, in check_field_access_rights
raise AccessError(error_msg)
odoo.exceptions.AccessError: You do not have enough rights to access the fields "hire_date" on Employee (hr.employee). Please contact your system administrator.
Operation: read
User: 1452
Fields:
- hire_date (allowed for groups 'Employees / Officer: Manage all employees')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/addons/hr/tests/test_self_user_access.py", line 111, in test_employee_fields_groups
self.env['hr.employee'].with_user(internal_user).search([]).read([])
File "/data/build/odoo/odoo/models.py", line 3863, in read
return self._read_format(fnames=fields, load=load)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 4094, in _read_format
vals[name] = convert(record[name], record, use_display_name)
~~~~~~^^^^^^
File "/data/build/odoo/odoo/models.py", line 7083, in __getitem__
return self._fields[key].__get__(self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/fields.py", line 1313, in __get__
self.compute_value(record)
File "/data/build/odoo/odoo/fields.py", line 1493, in compute_value
records._compute_field_value(self)
File "/data/build/odoo/addons/base_automation/models/base_automation.py", line 835, in _compute_field_value
return _compute_field_value.origin(self, field)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/mail/models/mail_thread.py", line 442, in _compute_field_value
return super()._compute_field_value(field)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 5302, in _compute_field_value
fields.determine(field.compute, self)
File "/data/build/odoo/odoo/fields.py", line 110, in determine
return needle(*args)
^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/employee_customizations/models/hr_employee.py", line 160, in _compute_trial_end_date
if record.hire_date:
^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/fields.py", line 1278, in __get__
record._fetch_field(self)
File "/data/build/odoo/odoo/models.py", line 4105, in _fetch_field
self.check_field_access_rights('read', [field.name])
File "/data/build/odoo/addons/hr/models/hr_employee.py", line 195, in check_field_access_rights
result = super().check_field_access_rights(operation, field_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/models.py", line 3837, in check_field_access_rights
raise AccessError(error_msg)
odoo.exceptions.AccessError: You do not have enough rights to access the fields "hire_date" on Employee (hr.employee). Please contact your system administrator.
Operation: read
User: 1452
Fields:
- hire_date (allowed for groups 'Employees / Officer: Manage all employees')
|
|
|
2026-03-06 16:19:33
|
ERROR
|
server
|
odoo.addons.project.tests.test_personal_stages.TestPersonalStageTour.test_personal_stage_tour.browser:1681
TypeError: Cannot read properties of undefined (reading '0')
at Object.doActionButton (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10156:921)
|
|
|
2026-03-06 16:19:33
|
INFO
|
server
|
odoo.addons.project.tests.test_personal_stages.TestPersonalStageTour.test_personal_stage_tour:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_161933_690241_TestPersonalStageTour.png
|
|
|
2026-03-06 16:19:33
|
INFO
|
server
|
odoo.addons.project.tests.test_personal_stages.TestPersonalStageTour.test_personal_stage_tour:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_161933_724112_TestPersonalStageTour.png
|
|
|
2026-03-06 16:19:33
|
ERROR
|
server
|
odoo.addons.project.tests.test_personal_stages:386
FAIL: TestPersonalStageTour.test_personal_stage_tour
Traceback (most recent call last):
File "/data/build/odoo/addons/project/tests/test_personal_stages.py", line 386, in test_personal_stage_tour
self.start_tour('/odoo', 'personal_stage_tour', login="armandel")
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('personal_stage_tour', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo", "delayToCheckUndeterminisms": 0})" failed
TypeError: Cannot read properties of undefined (reading '0')
at Object.doActionButton (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10156:921)
|
|
|
2026-03-06 16:20:11
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/models.py", line 6274, in ensure_one
_id, = self._ids
^^^^
ValueError: not enough values to unpack (expected 1, got 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/service/model.py", line 157, in retrying
result = func()
^^^^^^
File "/data/build/odoo/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2381, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_http.py", line 333, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 754, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/addons/portal/controllers/portal.py", line 167, in counters
res = self._prepare_home_portal_values(counters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/telescope_addons_cp/quality_portal/controllers/portal.py", line 26, in _prepare_home_portal_values
request.env["res.users"].has_group(
File "/data/build/odoo/odoo/addons/base/models/res_users.py", line 1200, in has_group
self.ensure_one()
File "/data/build/odoo/odoo/models.py", line 6277, in ensure_one
raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: res.users()
|
|
|
2026-03-06 16:20:48
|
ERROR
|
server
|
odoo.addons.project.tests.test_project_update_ui.TestProjectUpdateUi.test_01_project_tour.browser:1681
TypeError: Cannot read properties of undefined (reading '0')
at Object.doActionButton (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10156:921)
at async execute (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9760:301)
at async executeButtonCallback (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9753:34)
|
|
|
2026-03-06 16:20:48
|
INFO
|
server
|
odoo.addons.project.tests.test_project_update_ui.TestProjectUpdateUi.test_01_project_tour:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_162048_945373_TestProjectUpdateUi.png
|
|
|
2026-03-06 16:20:49
|
INFO
|
server
|
odoo.addons.project.tests.test_project_update_ui.TestProjectUpdateUi.test_01_project_tour:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_162049_001465_TestProjectUpdateUi.png
|
|
|
2026-03-06 16:20:49
|
ERROR
|
server
|
odoo.addons.project.tests.test_project_update_ui:17
FAIL: TestProjectUpdateUi.test_01_project_tour
Traceback (most recent call last):
File "/data/build/odoo/addons/project/tests/test_project_update_ui.py", line 17, in test_01_project_tour
self.start_tour("/odoo", 'project_update_tour', login="admin")
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('project_update_tour', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo", "delayToCheckUndeterminisms": 0})" failed
TypeError: Cannot read properties of undefined (reading '0')
at Object.doActionButton (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10156:921)
at async execute (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9760:301)
at async executeButtonCallback (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9753:34)
|
|
|
2026-03-06 16:32:25
|
ERROR
|
server
|
odoo.addons.project_enterprise.tests.test_ui.ProjectEnterpriseTestUi.test_01_ui.browser:1681
TypeError: Cannot read properties of undefined (reading '0')
at Object.doActionButton (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10156:921)
at async execute (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9760:301)
at async executeButtonCallback (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9753:34)
|
|
|
2026-03-06 16:32:25
|
INFO
|
server
|
odoo.addons.project_enterprise.tests.test_ui.ProjectEnterpriseTestUi.test_01_ui:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163225_751565_ProjectEnterpriseTestUi.png
|
|
|
2026-03-06 16:32:25
|
INFO
|
server
|
odoo.addons.project_enterprise.tests.test_ui.ProjectEnterpriseTestUi.test_01_ui:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163225_793751_ProjectEnterpriseTestUi.png
|
|
|
2026-03-06 16:32:25
|
ERROR
|
server
|
odoo.addons.project_enterprise.tests.test_ui:51
FAIL: ProjectEnterpriseTestUi.test_01_ui
Traceback (most recent call last):
File "/data/build/enterprise/project_enterprise/tests/test_ui.py", line 51, in test_01_ui
self.start_tour("/", 'project_test_tour', login='admin')
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('project_test_tour', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/", "delayToCheckUndeterminisms": 0})" failed
TypeError: Cannot read properties of undefined (reading '0')
at Object.doActionButton (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10156:921)
at async execute (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9760:301)
at async executeButtonCallback (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:9753:34)
|
|
|
2026-03-06 16:36:36
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_adjustment.browser:1681
FAILED: [2/19] Tour test_inventory_adjustment → Step .o_scan_message.o_scan_product.
Element (.o_scan_message.o_scan_product) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:36:36
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_adjustment.browser:1681
Error received after termination: {
"trigger": ".o_button_inventory",
"run": "click"
},
---------- FAILED: [2/19] Tour test_inventory_adjustment → Step .o_scan_message.o_scan_product ----------
{
"trigger": ".o_scan_message.o_scan_product",
"run": "[function]"
},
---------------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_client_action",
"run": "scan product1"
},
{
"trigger": ".o_barcode_line",
"run": "[function]"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan product1"
},
|
|
|
2026-03-06 16:36:36
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_adjustment:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163636_240432_TestInventoryAdjustmentBarcodeClientAction.png
|
|
|
2026-03-06 16:36:36
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_adjustment:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163636_266476_TestInventoryAdjustmentBarcodeClientAction.png
|
|
|
2026-03-06 16:36:36
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory:34
FAIL: TestInventoryAdjustmentBarcodeClientAction.test_inventory_adjustment
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_inventory.py", line 34, in test_inventory_adjustment
self.start_tour("/odoo/barcode", 'test_inventory_adjustment', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_inventory_adjustment', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/barcode", "delayToCheckUndeterminisms": 0})" failed
FAILED: [2/19] Tour test_inventory_adjustment → Step .o_scan_message.o_scan_product.
Element (.o_scan_message.o_scan_product) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:38:01
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_image_visible_for_quant.browser:1681
FAILED: [2/6] Tour test_inventory_image_visible_for_quant → Step .o_barcode_line:first-child button.o_edit.
Element (.o_barcode_line:first-child button.o_edit) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:38:01
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_image_visible_for_quant.browser:1681
Error received after termination: {
"trigger": "button.o_button_inventory",
"run": "click"
},
---------- FAILED: [2/6] Tour test_inventory_image_visible_for_quant → Step .o_barcode_line:first-child button.o_edit ----------
{
"trigger": ".o_barcode_line:first-child button.o_edit",
"run": "click"
},
--------------------------------------------------------------------------------------------------------------------------------
{
"trigger": ".o_form_view",
"run": "[function]"
},
{
"trigger": "button.o_discard",
"run": "click"
},
{
"trigger": ".o_barcode_line:nth-child(2) button.o_edit",
"run": "click"
},
|
|
|
2026-03-06 16:38:01
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_image_visible_for_quant:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163801_287843_TestInventoryAdjustmentBarcodeClientAction.png
|
|
|
2026-03-06 16:38:01
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_image_visible_for_quant:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163801_323884_TestInventoryAdjustmentBarcodeClientAction.png
|
|
|
2026-03-06 16:38:01
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory:322
FAIL: TestInventoryAdjustmentBarcodeClientAction.test_inventory_image_visible_for_quant
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_inventory.py", line 322, in test_inventory_image_visible_for_quant
self.start_tour("/odoo/barcode/", 'test_inventory_image_visible_for_quant', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_inventory_image_visible_for_quant', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/barcode/", "delayToCheckUndeterminisms": 0})" failed
FAILED: [2/6] Tour test_inventory_image_visible_for_quant → Step .o_barcode_line:first-child button.o_edit.
Element (.o_barcode_line:first-child button.o_edit) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:38:05
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_nomenclature.browser:1681
FAILED: [2/8] Tour test_inventory_nomenclature → Step .o_barcode_client_action.
Error: Not the right message displayed: "o_scan_src" instead of "o_scan_product".
at fail (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:596:55)
at assert (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:609:87)
at Object.assertScanMessage (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:615:184)
at Object.run (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:645:18087)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:141
at callWithUnloadCheck (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11027:451)
at TourStepAutomatic.doAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:14)
at action (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10824:12)
at performAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2971:18)
at executeStep (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2983:207)
|
|
|
2026-03-06 16:38:05
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_nomenclature.browser:1681
Error received after termination: {
"trigger": ".o_button_inventory",
"run": "click"
},
---------- FAILED: [2/8] Tour test_inventory_nomenclature → Step .o_barcode_client_action ----------
{
"trigger": ".o_barcode_client_action",
"run": "[function]"
},
----------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_client_action",
"run": "scan 2145631123457"
},
{
"trigger": ".o_product_label:contains(\"product_weight\")",
"run": "click"
},
{
"trigger": "body:not(:has(.modal))"
},
|
|
|
2026-03-06 16:38:05
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_nomenclature:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163805_300669_TestInventoryAdjustmentBarcodeClientAction.png
|
|
|
2026-03-06 16:38:05
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory.TestInventoryAdjustmentBarcodeClientAction.test_inventory_nomenclature:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163805_327926_TestInventoryAdjustmentBarcodeClientAction.png
|
|
|
2026-03-06 16:38:05
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_inventory:337
FAIL: TestInventoryAdjustmentBarcodeClientAction.test_inventory_nomenclature
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_inventory.py", line 337, in test_inventory_nomenclature
self.start_tour("/odoo/barcode", 'test_inventory_nomenclature', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_inventory_nomenclature', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/barcode", "delayToCheckUndeterminisms": 0})" failed
FAILED: [2/8] Tour test_inventory_nomenclature → Step .o_barcode_client_action.
Error: Not the right message displayed: "o_scan_src" instead of "o_scan_product".
at fail (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:596:55)
at assert (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:609:87)
at Object.assertScanMessage (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:615:184)
at Object.run (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:645:18087)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:141
at callWithUnloadCheck (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11027:451)
at TourStepAutomatic.doAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:14)
at action (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10824:12)
at performAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2971:18)
at executeStep (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2983:207)
|
|
|
2026-03-06 16:39:16
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_avoid_useless_line_creation.browser:1681
FAILED: [2/6] Tour test_avoid_useless_line_creation → Step .o_barcode_line.
Element (.o_barcode_line) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:39:16
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_avoid_useless_line_creation.browser:1681
Error received after termination: {
"trigger": ".o_barcode_client_action",
"run": "scan LOT01"
},
---------- FAILED: [2/6] Tour test_avoid_useless_line_creation → Step .o_barcode_line ----------
{
"trigger": ".o_barcode_line",
"run": "scan LOREM"
},
------------------------------------------------------------------------------------------------
{
"trigger": ".o_notification_bar.bg-danger",
"run": "[function]"
},
{
"trigger": ".o_barcode_line:first-child .o_edit",
"run": "click"
},
{
"isActive": [
"auto"
],
"content": "discard barcode form",
"trigger": ".o_discard",
"run": "click"
},
|
|
|
2026-03-06 16:39:16
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_avoid_useless_line_creation:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163916_494536_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:39:16
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_avoid_useless_line_creation:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_163916_522912_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:39:16
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking:2649
FAIL: TestPickingBarcodeClientAction.test_avoid_useless_line_creation
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_picking.py", line 2649, in test_avoid_useless_line_creation
self.start_tour(url, 'test_avoid_useless_line_creation', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_avoid_useless_line_creation', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/1376/action-stock_barcode.stock_barcode_picking_client_action", "delayToCheckUndeterminisms": 0})" failed
FAILED: [2/6] Tour test_avoid_useless_line_creation → Step .o_barcode_line.
Element (.o_barcode_line) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:06
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_define_the_destination_package.browser:1681
FAILED: [1/5] Tour test_define_the_destination_package → Step .o_line_button.o_add_remaining_quantity.
Element has been found.
BUT: Element is not enabled. TIP: You can use :enable to wait the element is enabled before doing action on it.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:06
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_define_the_destination_package.browser:1681
Error received after termination: ---------- FAILED: [1/5] Tour test_define_the_destination_package → Step .o_line_button.o_add_remaining_quantity ----------
{
"trigger": ".o_line_button.o_add_remaining_quantity",
"run": "click"
},
---------------------------------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_line .qty-done:contains(\"1\")",
"run": "scan PACK02"
},
{
"trigger": ".o_barcode_line:contains(\"PACK02\")"
},
{
"trigger": ".btn.o_validate_page",
"run": "click"
},
|
|
|
2026-03-06 16:40:06
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_define_the_destination_package:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164006_878122_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:06
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_define_the_destination_package:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164006_907470_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:07
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking:2619
FAIL: TestPickingBarcodeClientAction.test_define_the_destination_package
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_picking.py", line 2619, in test_define_the_destination_package
self.start_tour(url, 'test_define_the_destination_package', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_define_the_destination_package', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/1387/action-stock_barcode.stock_barcode_picking_client_action", "delayToCheckUndeterminisms": 0})" failed
FAILED: [1/5] Tour test_define_the_destination_package → Step .o_line_button.o_add_remaining_quantity.
Element has been found.
BUT: Element is not enabled. TIP: You can use :enable to wait the element is enabled before doing action on it.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:21
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_different_products_with_same_lot_name.browser:1681
FAILED: [4/12] Tour test_delivery_different_products_with_same_lot_name → Step .o_barcode_line:has(.o_product_label:contains(productlot1)) .qty-done:contains(2).
Element (.o_barcode_line:has(.o_product_label:contains(productlot1)) .qty-done:contains(2)) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:21
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_different_products_with_same_lot_name.browser:1681
Error received after termination: {
"trigger": ".o_barcode_client_action",
"run": "scan productlot1"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan lot1"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan lot1"
},
---------- FAILED: [4/12] Tour test_delivery_different_products_with_same_lot_name → Step .o_barcode_line:has(.o_product_label:contains(productlot1)) .qty-done:contains(2) ----------
{
"trigger": ".o_barcode_line:has(.o_product_label:contains(productlot1)) .qty-done:contains(2)"
},
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_client_action",
"run": "scan productlot2"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan lot1"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan lot1"
},
|
|
|
2026-03-06 16:40:21
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_different_products_with_same_lot_name:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164021_342702_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:21
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_different_products_with_same_lot_name:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164021_370930_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:21
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking:1229
FAIL: TestPickingBarcodeClientAction.test_delivery_different_products_with_same_lot_name
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_picking.py", line 1229, in test_delivery_different_products_with_same_lot_name
self.start_tour(url, 'test_delivery_different_products_with_same_lot_name', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_delivery_different_products_with_same_lot_name', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/1388/action-stock_barcode.stock_barcode_picking_client_action", "delayToCheckUndeterminisms": 0})" failed
FAILED: [4/12] Tour test_delivery_different_products_with_same_lot_name → Step .o_barcode_line:has(.o_product_label:contains(productlot1)) .qty-done:contains(2).
Element (.o_barcode_line:has(.o_product_label:contains(productlot1)) .qty-done:contains(2)) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:35
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_1.browser:1681
FAILED: [5/10] Tour test_delivery_from_scratch_with_lots_1 → Step .o_barcode_line.o_selected .btn.o_toggle_sublines .fa-angle-down.
Element (.o_barcode_line.o_selected .btn.o_toggle_sublines .fa-angle-down) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:35
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_1.browser:1681
Error received after termination: {
"trigger": ".o_barcode_client_action",
"run": "scan lot1"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan lot2"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan lot2"
},
---------- FAILED: [5/10] Tour test_delivery_from_scratch_with_lots_1 → Step .o_barcode_line.o_selected .btn.o_toggle_sublines .fa-angle-down ----------
{
"trigger": ".o_barcode_line.o_selected .btn.o_toggle_sublines .fa-angle-down",
"run": "click"
},
--------------------------------------------------------------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_line:nth-child(2)"
},
{
"trigger": ".o_add_line",
"run": "click"
},
{
"trigger": ".o_field_widget[name=\"product_id\"]",
"run": "click"
},
|
|
|
2026-03-06 16:40:35
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_1:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164035_438454_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:35
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_1:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164035_472347_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:35
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking:1046
FAIL: TestPickingBarcodeClientAction.test_delivery_from_scratch_1
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_picking.py", line 1046, in test_delivery_from_scratch_1
self.start_tour(url, 'test_delivery_from_scratch_with_lots_1', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_delivery_from_scratch_with_lots_1', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/1389/action-stock_barcode.stock_barcode_picking_client_action", "delayToCheckUndeterminisms": 0})" failed
FAILED: [5/10] Tour test_delivery_from_scratch_with_lots_1 → Step .o_barcode_line.o_selected .btn.o_toggle_sublines .fa-angle-down.
Element (.o_barcode_line.o_selected .btn.o_toggle_sublines .fa-angle-down) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:49
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_common_lots_name.browser:1681
FAILED: [2/12] Tour test_delivery_from_scratch_with_common_lots_name → Step .o_barcode_line.
Element (.o_barcode_line) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:40:49
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_common_lots_name.browser:1681
Error received after termination: {
"trigger": ".o_barcode_client_action",
"run": "scan product1"
},
---------- FAILED: [2/12] Tour test_delivery_from_scratch_with_common_lots_name → Step .o_barcode_line ----------
{
"trigger": ".o_barcode_line",
"run": "scan LOT01"
},
-----------------------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_client_action",
"run": "scan LOT01"
},
{
"trigger": ".o_barcode_line[data-barcode=\"product1\"] .qty-done:contains(\"2\")",
"run": "scan product2"
},
{
"trigger": ".o_barcode_line:contains(\"product2\")",
"run": "scan LOT01"
},
|
|
|
2026-03-06 16:40:49
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_common_lots_name:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164049_596348_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:49
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_common_lots_name:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164049_625564_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:40:49
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking:1120
FAIL: TestPickingBarcodeClientAction.test_delivery_from_scratch_with_common_lots_name
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_picking.py", line 1120, in test_delivery_from_scratch_with_common_lots_name
self.start_tour(url, 'test_delivery_from_scratch_with_common_lots_name', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_delivery_from_scratch_with_common_lots_name', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/1390/action-stock_barcode.stock_barcode_picking_client_action", "delayToCheckUndeterminisms": 0})" failed
FAILED: [2/12] Tour test_delivery_from_scratch_with_common_lots_name → Step .o_barcode_line.
Element (.o_barcode_line) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:41:04
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_incompatible_lot.browser:1681
FAILED: [2/4] Tour test_delivery_from_scratch_with_incompatible_lot → Step .o_barcode_line:first-child .o_edit.
Element (.o_barcode_line:first-child .o_edit) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:41:04
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_incompatible_lot.browser:1681
Error received after termination: {
"trigger": ".o_barcode_client_action",
"run": "scan 0000000001"
},
---------- FAILED: [2/4] Tour test_delivery_from_scratch_with_incompatible_lot → Step .o_barcode_line:first-child .o_edit ----------
{
"trigger": ".o_barcode_line:first-child .o_edit",
"run": "click"
},
------------------------------------------------------------------------------------------------------------------------------------
{
"isActive": [
"auto"
],
"content": "discard barcode form",
"trigger": ".o_discard",
"run": "click"
},
{
"content": "wait to be back on the barcode lines",
"trigger": ".o_add_line"
},
|
|
|
2026-03-06 16:41:05
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_incompatible_lot:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164105_023358_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:41:05
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_from_scratch_with_incompatible_lot:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164105_040408_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:41:05
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking:1082
FAIL: TestPickingBarcodeClientAction.test_delivery_from_scratch_with_incompatible_lot
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_picking.py", line 1082, in test_delivery_from_scratch_with_incompatible_lot
self.start_tour(url, 'test_delivery_from_scratch_with_incompatible_lot', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_delivery_from_scratch_with_incompatible_lot', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/1391/action-stock_barcode.stock_barcode_picking_client_action", "delayToCheckUndeterminisms": 0})" failed
FAILED: [2/4] Tour test_delivery_from_scratch_with_incompatible_lot → Step .o_barcode_line:first-child .o_edit.
Element (.o_barcode_line:first-child .o_edit) has not been found.
TIMEOUT step failed to complete within 10000 ms.
|
|
|
2026-03-06 16:41:15
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_lot_with_package.browser:1681
FAILED: [2/12] Tour test_delivery_lot_with_package → Step .o_barcode_client_action:contains("sn2").
Error: Not the right message displayed: "o_scan_src" instead of "o_scan_serial".
at fail (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:596:55)
at assert (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:609:87)
at Object.assertScanMessage (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:615:184)
at Object.run (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:648:19815)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:141
at callWithUnloadCheck (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11027:451)
at TourStepAutomatic.doAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:14)
at action (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10824:12)
at performAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2971:18)
at executeStep (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2983:207)
|
|
|
2026-03-06 16:41:15
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_lot_with_package.browser:1681
Error received after termination: {
"trigger": ".o_line_button.o_toggle_sublines",
"run": "click"
},
---------- FAILED: [2/12] Tour test_delivery_lot_with_package → Step .o_barcode_client_action:contains("sn2") ----------
{
"trigger": ".o_barcode_client_action:contains(\"sn2\")",
"run": "[function]"
},
------------------------------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_client_action",
"run": "scan productserial1"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan sn3"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan sn4"
},
|
|
|
2026-03-06 16:41:15
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_lot_with_package:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164115_755510_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:41:15
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_lot_with_package:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164115_781164_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:41:15
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking:668
FAIL: TestPickingBarcodeClientAction.test_delivery_lot_with_package
Traceback (most recent call last):
File "/data/build/enterprise/stock_barcode/tests/test_barcode_client_action_picking.py", line 668, in test_delivery_lot_with_package
self.start_tour(url, 'test_delivery_lot_with_package', login='admin', timeout=180)
File "/data/build/odoo/odoo/tests/common.py", line 2439, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, timeout=timeout, success_signal="tour succeeded", **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tests/common.py", line 2413, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('test_delivery_lot_with_package', {"stepDelay": 0, "keepWatchBrowser": false, "debug": false, "startUrl": "/odoo/1393/action-stock_barcode.stock_barcode_picking_client_action", "delayToCheckUndeterminisms": 0})" failed
FAILED: [2/12] Tour test_delivery_lot_with_package → Step .o_barcode_client_action:contains("sn2").
Error: Not the right message displayed: "o_scan_src" instead of "o_scan_serial".
at fail (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:596:55)
at assert (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:609:87)
at Object.assertScanMessage (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:615:184)
at Object.run (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:648:19815)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:141
at callWithUnloadCheck (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11027:451)
at TourStepAutomatic.doAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:14)
at action (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10824:12)
at performAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2971:18)
at executeStep (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2983:207)
|
|
|
2026-03-06 16:41:39
|
ERROR
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_reserved_3.browser:1681
FAILED: [1/4] Tour test_delivery_reserved_3 → Step .o_barcode_client_action.
Error: Not the right message displayed: "o_scan_src" instead of "o_scan_product".
at fail (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:596:55)
at assert (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:609:87)
at Object.assertScanMessage (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:615:184)
at Object.run (http://127.0.0.1:8069/web/assets/e9e75cc/web.assets_tests.min.js:648:27292)
at http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:141
at callWithUnloadCheck (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11027:451)
at TourStepAutomatic.doAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:11012:14)
at action (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:10824:12)
at performAction (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2971:18)
at executeStep (http://127.0.0.1:8069/web/assets/07de316/web.assets_web.min.js:2983:207)
|
|
|
2026-03-06 16:41:39
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_reserved_3.browser:1681
Error received after termination: ---------- FAILED: [1/4] Tour test_delivery_reserved_3 → Step .o_barcode_client_action ----------
{
"trigger": ".o_barcode_client_action",
"run": "[function]"
},
-------------------------------------------------------------------------------------------------
{
"trigger": ".o_barcode_client_action",
"run": "scan product1"
},
{
"trigger": ".o_barcode_client_action",
"run": "scan this_is_not_a_barcode_dude"
},
{
"trigger": ".o_barcode_line.o_highlight",
"run": "[function]"
},
|
|
|
2026-03-06 16:41:39
|
INFO
|
server
|
odoo.addons.stock_barcode.tests.test_barcode_client_action_picking.TestPickingBarcodeClientAction.test_delivery_reserved_3:360
Screenshot in: /data/build/tests/00133-18-all/screenshots/sc_20260306_164139_673315_TestPickingBarcodeClientAction.png
|
|
|
2026-03-06 16:41:39
|
|
|
Log limit reached (full logs are still available in the log file)
|
|
|
2026-03-06 17:33:55
|
INFO
|
runbot
|
Getting results for build 00133-18
|
|
|
2026-03-06 17:33:55
|
|
|
Step all finished in 3h
|
|
|
2026-03-06 17:33:55
|
|
|
Starting step run from config Default
|
|
|
2026-03-06 17:33:55
|
INFO
|
runbot
|
Start running build 00133-18
|
|
|
2026-03-06 17:33:55
|
|
|
Using Dockerfile Tag odoo:Telescope_DockerDefault
|
|
|
2026-03-06 17:35:01
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2026-03-06 17:35:02
|
INFO
|
server
|
odoo.modules.loading:360
18 modules loaded in 0.99s, 0 queries (+0 extra)
|
|
|
2026-03-06 20:06:10
|
ERROR
|
server
|
odoo.service.server:925
WorkerCron (296) timeout after 900s
|
|
|
2026-03-07 00:22:57
|
ERROR
|
server
|
odoo.service.server:925
WorkerCron (304) timeout after 900s
|
|
|
2026-03-07 02:29:52
|
ERROR
|
server
|
odoo.service.server:925
WorkerCron (308) timeout after 900s
|
|
|
2026-03-10 14:58:00
|
ERROR
|
server
|
odoo.service.server:925
WorkerCron (312) timeout after 900s
|
|
|
2026-03-11 12:37:30
|
ERROR
|
runbot
|
Docker was likely killed, skipping
2026-03-10 15:00:09,981 314 INFO 00133-18-base odoo.addons.base.models.res_users: GC 'auth_totp.device' delete 0 entries
2026-03-10 15:00:09,994 314 INFO 00133-18-base odoo.addons.base.models.ir_cron: Job 'Base: Auto-vacuum internal data' (1) done in 0.463s
2026-03-10 15:00:09,997 314 INFO 00133-18-base odoo.addons.base.models.ir_cron: Job 'Base: Auto-vacuum internal data' (1) processed 0 records, 0 records remaining
2026-03-10 15:00:10,024 314 INFO 00133-18-base odoo.addons.base.models.ir_cron: Job 'Base: Auto-vacuum internal data' (1) completed
2026-03-10 15:00:10,031 314 INFO 00133-18-base odoo.addons.base.models.ir_cron: Job 'Base: Portal Users Deletion' (2) starting
2026-03-10 15:00:10,035 314 INFO 00133-18-base odoo.addons.base.models.ir_cron: Job 'Base: Portal Users Deletion' (2) done in 0.004s
2026-03-10 15:00:10,040 314 INFO 00133-18-base odoo.addons.base.models.ir_cron: Job 'Base: Portal Users Deletion' (2) processed 0 records, 0 records remaining
2026-03-10 15:00:10,044 314 INFO 00133-18-base odoo.addons.base.models.ir_cron: Job 'Base: Portal Users Deletion' (2) completed
2026-03-11 12:12:07,817 284 ERROR 00133-18-base odoo.service.server: WorkerCron (314) timeout after 900s
2026-03-11 12:20:09,177 316 INFO 00133-18-base odoo.service.server: Worker WorkerCron (316) alive
|
|
|
2026-03-11 12:37:30
|
INFO
|
runbot
|
Step run finished in 115h
|
|