简体   繁体   English

Odoo 升级到 v15:website_theme_install:此模块在您的系统中不可用

[英]Odoo upgrade to v15: website_theme_install: This Module is not available in your system

While testing an Odoo upgrade from v13 to v15, i get this error:在测试从 v13 到 v15 的 Odoo 升级时,我收到此错误:

website_theme_install: This Module is not available in your system

Traceback:追溯:

2022-09-10 12:12:23,013 5 CRITICAL samadeva-oerp-brstaging-5822126 odoo.service.server: Failed to initialize database `samadeva-oerp-brstaging-5822126`. 
Traceback (most recent call last):
  File "/home/odoo/src/odoo/odoo/service/server.py", line 1260, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/home/odoo/src/odoo/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/home/odoo/src/odoo/odoo/modules/loading.py", line 447, in load_modules
    modules.button_upgrade()
  File "<decorator-gen-81>", line 2, in button_upgrade
  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log
    return method(self, *args, **kwargs)
  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 706, 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,))
odoo.exceptions.UserError: Vous tentez de mettre à jour le module emipro_theme_base qui dépend du module website_theme_install. Mais ce dernier n'est pas disponible sur votre système.
2022-09-10 12:12:23,017 5 INFO samadeva-oerp-brstaging-5822126 odoo.service.server: Initiating shutdown

What is the right way to upgrade to odoo-v15 my third-party template "emipro_theme_base" (which currently uses the standard addon: "website_theme_install" existing on odoo v13, but removed on odoo 15)?将我的第三方模板“emipro_theme_base”升级到 odoo-v15 的正确方法是什么(目前使用标准插件:odoo v13 上存在的“website_theme_install”,但在 odoo 15 上已删除)?

you need to make your integration for odoo15 not to upgrade from old version to new version "i mean not all apps can accepted migration just like this"您需要为 odoo15 进行集成,而不是从旧版本升级到新版本“我的意思是并非所有应用程序都可以像这样接受迁移”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM