Date |
Level |
Type |
Message |
2023-06-28 17:28:33
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:28:33
|
|
|
Starting step base from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:28:33
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:29:09
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 6.13s, 8973 queries (+8973 extra)
|
2023-06-28 17:29:09
|
INFO
|
server
|
odoo.modules.loading:300
13 modules loaded in 3.71s, 5249 queries (+5249 extra)
|
2023-06-28 17:29:10
|
|
|
Step base finished in 37s
|
2023-06-28 17:29:10
|
|
|
Starting step all_no_test from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:29:10
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:29:41
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 7.32s, 8973 queries (+8973 extra)
|
2023-06-28 17:31:43
|
ERROR
|
server
|
odoo.sql_db:317
bad query: INSERT INTO "account_payment_method" ("code", "create_date", "create_uid", "name", "payment_type", "write_date", "write_uid") VALUES ('payway', '2023-06-28 17:31:36.561007', 1, '{"en_US": "Payway"}', 'inbound', '2023-06-28 17:31:36.561007', 1) RETURNING "id"
ERROR: duplicate key value violates unique constraint "account_payment_method_name_code_unique"
DETAIL: Key (code, payment_type)=(payway, inbound) already exists.
|
2023-06-28 17:31:43
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
| | |
This error is already known.
|
2023-06-28 17:31:43
|
ERROR
|
server
|
odoo.modules.registry:95
Failed to load registry
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 599, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4368, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4290, in _load_records_create
return self.create(values)
File "<decorator-gen-231>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment_method.py", line 23, in create
payment_methods = super().create(vals_list)
File "<decorator-gen-65>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_fields.py", line 665, in create
recs = super().create(vals_list)
File "<decorator-gen-13>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 3946, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4127, in _create
cr.execute(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 314, in execute
res = self._obj.execute(query, params)
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "account_payment_method_name_code_unique"
DETAIL: Key (code, payment_type)=(payway, inbound) already exists.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 488, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 71, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 711, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/plugberry-payment/payment_payway/data/payment_provider_data.xml:15, somewhere inside
<record id="payment_method_payway" model="account.payment.method">
<field name="name">Payway</field>
<field name="code">payway</field>
<field name="payment_type">inbound</field>
</record>
|
2023-06-28 17:31:43
|
CRITICAL
|
server
|
odoo.service.server:1336
Failed to initialize database `15638-16-0-all`.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 599, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4368, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4290, in _load_records_create
return self.create(values)
File "<decorator-gen-231>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment_method.py", line 23, in create
payment_methods = super().create(vals_list)
File "<decorator-gen-65>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_fields.py", line 665, in create
recs = super().create(vals_list)
File "<decorator-gen-13>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 3946, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4127, in _create
cr.execute(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 314, in execute
res = self._obj.execute(query, params)
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "account_payment_method_name_code_unique"
DETAIL: Key (code, payment_type)=(payway, inbound) already exists.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1299, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-14>", line 2, in new
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 488, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 71, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 711, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/plugberry-payment/payment_payway/data/payment_provider_data.xml:15, somewhere inside
<record id="payment_method_payway" model="account.payment.method">
<field name="name">Payway</field>
<field name="code">payway</field>
<field name="payment_type">inbound</field>
</record>
|
2023-06-28 17:31:44
|
|
|
Step all_no_test finished in 3m
|
2023-06-28 17:31:44
|
|
|
Starting step setup from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:31:44
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:32:13
|
INFO
|
runbot
|
Step setup finished in 29s
|
2023-06-28 17:32:13
|
|
|
Starting step run from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:32:13
|
INFO
|
runbot
|
Start running build 15638-16-0
|
2023-06-28 17:32:13
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:32:39
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-06-28 17:32:39
|
INFO
|
server
|
odoo.modules.loading:300
179 modules loaded in 1.84s, 0 queries (+0 extra)
|
2023-06-28 17:34:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (16) timeout after 120s
|
2023-06-28 17:34:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (16) timeout after 120s
|
2023-06-28 17:36:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (20) timeout after 120s
|
2023-06-28 17:36:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (20) timeout after 120s
|
2023-06-28 17:38:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (22) timeout after 120s
|
2023-06-28 17:38:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (22) timeout after 120s
|
2023-06-28 17:40:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (24) timeout after 120s
|
2023-06-28 17:40:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (24) timeout after 120s
|
2023-06-28 17:42:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (26) timeout after 120s
|
2023-06-28 17:42:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (26) timeout after 120s
|
2023-06-28 17:44:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (28) timeout after 120s
|
2023-06-28 17:44:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (28) timeout after 120s
|
2023-06-28 17:46:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (30) timeout after 120s
|
2023-06-28 17:46:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (30) timeout after 120s
|
2023-06-28 17:48:33
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (32) timeout after 120s
|
2023-06-28 17:48:33
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (32) timeout after 120s
|
2023-06-28 17:50:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (34) timeout after 120s
|
2023-06-28 17:50:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (34) timeout after 120s
|
2023-06-28 17:52:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (36) timeout after 120s
|
2023-06-28 17:52:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (36) timeout after 120s
|
2023-06-28 17:54:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (38) timeout after 120s
|
2023-06-28 17:54:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (38) timeout after 120s
|
2023-06-28 17:56:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (40) timeout after 120s
|
2023-06-28 17:56:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (40) timeout after 120s
|
2023-06-28 17:58:35
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (42) timeout after 120s
|
2023-06-28 18:00:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (44) timeout after 120s
|
2023-06-28 18:00:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (44) timeout after 120s
|
2023-06-28 18:02:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (46) timeout after 120s
|
2023-06-28 18:02:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (46) timeout after 120s
|
2023-06-28 20:30:54
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (48) timeout after 120s
|
2023-06-28 20:33:05
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (50) timeout after 120s
|
2023-06-28 20:35:15
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (52) timeout after 120s
|
2023-06-28 20:36:59
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (54) timeout after 120s
|
2023-06-28 20:39:09
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (56) timeout after 120s
|
2023-06-28 20:40:53
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (58) timeout after 120s
|
2023-06-28 20:43:03
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (60) timeout after 120s
|
2023-06-28 20:45:13
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (62) timeout after 120s
|
2023-06-28 20:46:58
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (64) timeout after 120s
|
2023-06-28 20:49:09
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (66) timeout after 120s
|
2023-06-28 20:50:53
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (68) timeout after 120s
|
2023-06-28 20:53:03
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (70) timeout after 120s
|
2023-06-28 20:55:13
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (72) timeout after 120s
|
2023-06-28 20:56:57
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (74) timeout after 120s
|
2023-06-28 20:59:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (76) timeout after 120s
|
2023-06-28 21:01:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (78) timeout after 120s
|
2023-06-28 21:03:00
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (80) timeout after 120s
|
2023-06-28 21:05:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (82) timeout after 120s
|
2023-06-28 21:07:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (84) timeout after 120s
|
2023-06-28 21:08:58
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (86) timeout after 120s
|
2023-06-28 21:11:08
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (88) timeout after 120s
|
2023-06-28 21:13:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (90) timeout after 120s
|
2023-06-28 21:15:03
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (92) timeout after 120s
|
2023-06-28 21:17:13
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (94) timeout after 120s
|
2023-06-28 21:18:57
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (96) timeout after 120s
|
2023-06-28 21:21:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (98) timeout after 120s
|
2023-06-28 21:23:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (100) timeout after 120s
|
2023-06-28 21:25:01
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (102) timeout after 120s
|
2023-06-28 21:27:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (104) timeout after 120s
|
2023-06-28 21:29:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (106) timeout after 120s
|
2023-06-28 21:31:00
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (108) timeout after 120s
|
2023-06-28 21:33:11
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (110) timeout after 120s
|
2023-07-03 04:42:05
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-07-03 04:42:05
|
INFO
|
server
|
odoo.modules.loading:300
179 modules loaded in 2.10s, 0 queries (+0 extra)
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 04:44:48
|
WARNING
|
server
|
odoo.http:2018
You are not allowed to access 'Dashboard Ninja' (ks_dashboard_ninja.board) records.
No group currently allows this operation.
Contact your administrator to request access if necessary.
|
2023-07-03 18:30:56
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (112) timeout after 120s
|
2023-07-03 18:33:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (114) timeout after 120s
|
2023-07-03 18:34:53
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (116) timeout after 120s
|
2023-07-03 18:36:51
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (118) timeout after 120s
|
2023-07-03 18:38:56
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (120) timeout after 120s
|
2023-07-03 18:41:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (122) timeout after 120s
|
2023-07-03 18:43:02
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (124) timeout after 120s
|
2023-07-03 18:45:03
|
|
|
Log limit reached (full logs are still available in the log file)
|
2023-07-03 21:33:45
|
INFO
|
runbot
|
Kill build 15638-16-0
|