Skip to content

Instantly share code, notes, and snippets.

@ovnicraft
Created May 20, 2020 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovnicraft/3d438dcda7eae5df403972dab31440bb to your computer and use it in GitHub Desktop.
Save ovnicraft/3d438dcda7eae5df403972dab31440bb to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/odoo/instance/odoo/odoo/modules/registry.py", line 83, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/home/odoo/instance/odoo/odoo/modules/loading.py", line 348, in load_modules
modules.button_upgrade()
File "/home/odoo/instance/odoo/odoo/addons/base/module/module.py", line 554, in button_upgrade
raise UserError(_('You try to upgrade the module %s that depends on the module: %s.\nBut this module is not available in your system.') % (module.name, dep.name,))
UserError: (u'Intenta actualizar el m\xf3dulo l10n_mx_edi_payslip que depende del m\xf3dulo: hr_family.\nPero este m\xf3dulo no est\xe1 disponible en su sistema.', '')
2020-05-20 16:27:49,355 157 CRITICAL tBD2_MPIO_GDL_TEST_jal039100 odoo.service.server: Failed to initialize database `tBD2_MPIO_GDL_TEST_jal039100`.
Traceback (most recent call last):
File "/home/odoo/instance/odoo/odoo/service/server.py", line 914, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/home/odoo/instance/odoo/odoo/modules/registry.py", line 83, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/home/odoo/instance/odoo/odoo/modules/loading.py", line 348, in load_modules
modules.button_upgrade()
File "/home/odoo/instance/odoo/odoo/addons/base/module/module.py", line 554, in button_upgrade
raise UserError(_('You try to upgrade the module %s that depends on the module: %s.\nBut this module is not available in your system.') % (module.name, dep.name,))
UserError: (u'Intenta actualizar el m\xf3dulo l10n_mx_edi_payslip que depende del m\xf3dulo: hr_family.\nPero este m\xf3dulo no est\xe1 disponible en su sistema.', '')
2020-05-20 16:27:49,356 157 INFO tBD2_MPIO_GDL_TEST_jal039100 odoo.service.server: Stopping gracefully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment