2023-07-12 20:11:52
|
ERROR
|
server
|
odoo.modules.registry:92
Failed to load registry
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 441, in load_modules
modules.button_install()
File "<decorator-gen-73>", line 2, in button_install
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log
return method(self, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 428, in button_install
modules._state_update('to install', ['uninstalled'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 401, in _state_update
update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 401, in _state_update
update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 394, in _state_update
raise UserError(_("You try to install module '%s' that depends on module '%s'.\nBut the latter module is not available in your system.") % (module.name, dep.name,))
odoo.exceptions.UserError: You try to install module 'account_accountant_ux' that depends on module 'account_payment_fix'.
But the latter module is not available in your system.
|
2023-07-12 20:11:52
|
CRITICAL
|
server
|
odoo.service.server:1291
Failed to initialize database `16634-15-0-all`.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1260, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 441, in load_modules
modules.button_install()
File "<decorator-gen-73>", line 2, in button_install
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log
return method(self, *args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 428, in button_install
modules._state_update('to install', ['uninstalled'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 401, in _state_update
update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 401, in _state_update
update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 394, in _state_update
raise UserError(_("You try to install module '%s' that depends on module '%s'.\nBut the latter module is not available in your system.") % (module.name, dep.name,))
odoo.exceptions.UserError: You try to install module 'account_accountant_ux' that depends on module 'account_payment_fix'.
But the latter module is not available in your system.
|