You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 odoo-bin --addons-path=<path to odooapps> -d mydb
2024-07-12 08:51:38,893 6390 CRITICAL ? odoo.modules.module: Couldn't load module web
2024-07-12 08:51:38,893 6390 ERROR ? odoo.service.server: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "odoo/odoo/service/server.py", line 1262, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "odoo/odoo/modules/module.py", line 395, in load_openerp_module
__import__(qualname)
ModuleNotFoundError: No module named 'odoo.addons.web'
Warn: Can't find .pfb for face 'Times-Roman'
The text was updated successfully, but these errors were encountered:
Hi, I hit the following error after executing
python3 odoo-bin --addons-path=<path to odooapps> -d mydb
The text was updated successfully, but these errors were encountered: