Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Starting Odoo Open Source Local Server #142

Open
rh-id opened this issue Jul 12, 2024 · 0 comments
Open

Error Starting Odoo Open Source Local Server #142

rh-id opened this issue Jul 12, 2024 · 0 comments

Comments

@rh-id
Copy link

rh-id commented Jul 12, 2024

Hi, I hit the following error after executing

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant