| Date |
Level |
Type |
Message |
|
2025-05-06 05:52:59
|
INFO
|
runbot
|
Init build environment with config Without demo
|
|
|
2025-05-06 05:52:59
|
|
|
Starting step install_without_demo from config Without demo
|
|
|
2025-05-06 05:52:59
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:Docker16
|
|
|
2025-05-06 05:53:43
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 5.44s, 7907 queries (+7907 extra)
|
|
|
2025-05-06 05:54:42
|
ERROR
|
server
|
odoo.sql_db:324
bad query: INSERT INTO "ir_model_access" ("active", "create_date", "create_uid", "group_id", "model_id", "name", "perm_create", "perm_read", "perm_unlink", "perm_write", "write_date", "write_uid") VALUES (true, '2025-05-06 05:54:42.269464', 1, NULL, 663, 'procurement_plan_user', false, true, false, false, '2025-05-06 05:54:42.269464', 1), (true, '2025-05-06 05:54:42.269464', 1, NULL, 663, 'procurement_plan_manager', true, true, true, true, '2025-05-06 05:54:42.269464', 1), (true, '2025-05-06 05:54:42.269464', 1, NULL, DEFAULT, 'procurement_plan_line_user', false, true, false, false, '2025-05-06 05:54:42.269464', 1), (true, '2025-05-06 05:54:42.269464', 1, NULL, DEFAULT, 'procurement_plan_line_manager', true, true, true, true, '2025-05-06 05:54:42.269464', 1) RETURNING "id"
ERROR: null value in column "model_id" of relation "ir_model_access" violates not-null constraint
DETAIL: Failing row contains (867, null, null, 1, 1, procurement_plan_line_user, t, t, f, f, f, 2025-05-06 05:54:42.269464, 2025-05-06 05:54:42.269464).
|
|
|
2025-05-06 05:54:42
|
ERROR
|
server
|
odoo.sql_db:324
bad query: INSERT INTO "ir_model_access" ("active", "create_date", "create_uid", "group_id", "name", "perm_create", "perm_read", "perm_unlink", "perm_write", "write_date", "write_uid") VALUES (true, '2025-05-06 05:54:42.269464', 1, NULL, 'procurement_plan_line_user', false, true, false, false, '2025-05-06 05:54:42.269464', 1) RETURNING "id"
ERROR: null value in column "model_id" of relation "ir_model_access" violates not-null constraint
DETAIL: Failing row contains (870, null, null, 1, 1, procurement_plan_line_user, t, t, f, f, f, 2025-05-06 05:54:42.269464, 2025-05-06 05:54:42.269464).
|
|
|
2025-05-06 05:54:42
|
ERROR
|
server
|
odoo.sql_db:324
bad query: INSERT INTO "ir_model_access" ("active", "create_date", "create_uid", "group_id", "name", "perm_create", "perm_read", "perm_unlink", "perm_write", "write_date", "write_uid") VALUES (true, '2025-05-06 05:54:42.269464', 1, NULL, 'procurement_plan_line_manager', true, true, true, true, '2025-05-06 05:54:42.269464', 1) RETURNING "id"
ERROR: null value in column "model_id" of relation "ir_model_access" violates not-null constraint
DETAIL: Failing row contains (871, null, null, 1, 1, procurement_plan_line_manager, t, t, t, t, t, 2025-05-06 05:54:42.269464, 2025-05-06 05:54:42.269464).
|
|
|
2025-05-06 05:54:42
|
WARNING
|
server
|
odoo.modules.loading:652
Transient module states were reset
|
|
|
2025-05-06 05:54:42
|
ERROR
|
server
|
odoo.modules.registry:92
Failed to load registry
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/registry.py", line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 493, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 374, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 233, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 759, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 805, in convert_csv_import
raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception: Module loading procurement_plan failed: file procurement_plan/security/ir.model.access.csv could not be processed:
No matching record found for external id 'model_procurement_plan_line' in field 'Model'
No matching record found for external id 'model_procurement_plan_line' in field 'Model'
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
|
|
|
2025-05-06 05:54:42
|
CRITICAL
|
server
|
odoo.service.server:1364
Failed to initialize database `00272-16-0-without_demo`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/service/server.py", line 1327, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-16>", line 2, in new
File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/modules/registry.py", line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 493, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 374, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 233, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 759, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 805, in convert_csv_import
raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception: Module loading procurement_plan failed: file procurement_plan/security/ir.model.access.csv could not be processed:
No matching record found for external id 'model_procurement_plan_line' in field 'Model'
No matching record found for external id 'model_procurement_plan_line' in field 'Model'
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
|
|
|
2025-05-06 05:54:47
|
|
|
Step install_without_demo finished in 103s
|
|
|
2025-05-06 05:54:47
|
|
|
Starting step run_without_demo from config Without demo
|
|
|
2025-05-06 05:54:47
|
INFO
|
runbot
|
Start running build 00272-16-0
|
|
|
2025-05-06 05:54:47
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:Docker16
|
|
|
2025-05-06 05:55:22
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-05-06 05:55:23
|
INFO
|
server
|
odoo.modules.loading:336
101 modules loaded in 1.40s, 0 queries (+0 extra)
|
|
|
2025-05-06 08:11:31
|
INFO
|
runbot
|
Kill build 00272-16-0
|
|