|
2026-03-24 10:06:22
|
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, '2026-03-24 10:06:22.219956', 1, 1, 796, 'portal.profile user', true, true, true, true, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 10, 796, 'portal.profile portal', true, true, false, true, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 1, 797, 'portal.work.history user', true, true, true, true, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 10, 797, 'portal.work.history portal', true, true, false, true, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 1, 795, 'portal.education.history user', true, true, true, true, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 10, 795, 'portal.education.history portal', true, true, false, true, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 10, 609, 'hr.applicant.portal', false, true, false, false, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 10, 607, 'hr.recruitment.stage.portal', false, true, false, false, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 10, 437, 'hr.job.portal', false, true, false, false, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 10, 435, 'hr.department.portal', false, true, false, false, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 1, 798, 'access_hr_applicant_education_history', false, true, false, false, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 1, 799, 'access_hr_applicant_work_history', false, true, false, false, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 1, DEFAULT, 'hr.job.category user', false, true, false, false, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, 21, DEFAULT, 'hr.job.category hr', true, true, true, true, '2026-03-24 10:06:22.219956', 1), (true, '2026-03-24 10:06:22.219956', 1, NULL, DEFAULT, 'hr.recruitment.degree.public', false, true, false, false, '2026-03-24 10:06:22.219956', 1) RETURNING "id"
ERROR: null value in column "model_id" of relation "ir_model_access" violates not-null constraint
DETAIL: Failing row contains (1045, null, 1, 1, 1, hr.job.category user, t, t, f, f, f, 2026-03-24 10:06:22.219956, 2026-03-24 10:06:22.219956).
|
|
|
2026-03-24 10:06:23
|
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 767, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 813, 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 hr_recruitment_kmitl failed: file hr_recruitment_kmitl/security/ir.model.access.csv could not be processed:
No matching record found for external id 'model_hr_job_category' in field 'Model'
No matching record found for external id 'model_hr_job_category' in field 'Model'
No matching record found for external id 'hr.model_hr_recruitment_degree' in field 'Model'
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
|
|
|
2026-03-24 10:06:23
|
CRITICAL
|
server
|
odoo.service.server:1364
Failed to initialize database `09592-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 767, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 813, 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 hr_recruitment_kmitl failed: file hr_recruitment_kmitl/security/ir.model.access.csv could not be processed:
No matching record found for external id 'model_hr_job_category' in field 'Model'
No matching record found for external id 'model_hr_job_category' in field 'Model'
No matching record found for external id 'hr.model_hr_recruitment_degree' in field 'Model'
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
Missing required value for the field 'Model' (model_id)
|
|