Skip to Content
Menu
This question has been flagged
2 Replies
6961 Views

2022-12-06 06:42:59,497 2270 INFO ? odoo: Odoo version 16.0 
2022-12-06 06:42:59,498 2270 INFO ? odoo: addons paths: ['/home/ashutosh/odoo/odoo/addons', '/usr/lib/python3/dist-packages/odoo/addons', '/home/ashutosh/.local/share/Odoo/addons/16.0', '/home/ashutosh/Desktop/Reckonsys/recruitment', '/home/ashutosh/odoo/addons'] 
2022-12-06 06:42:59,498 2270 INFO ? odoo: database: default@default:default 
2022-12-06 06:42:59,585 2270 INFO ? odoo.addons.base.models.ir_actions_report: You need Wkhtmltopdf to print a pdf version of the reports. 
2022-12-06 06:42:59,714 2270 CRITICAL ? odoo.modules.module: Couldn't load module web 
2022-12-06 06:42:59,714 2270 CRITICAL ? odoo.modules.module: module 'odoo.http' has no attribute 'db_monodb' 
2022-12-06 06:42:59,714 2270 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 "/home/ashutosh/odoo/odoo/service/server.py", line 1239, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "/home/ashutosh/odoo/odoo/modules/module.py", line 432, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "/usr/lib/python3/dist-packages/odoo/addons/web/__init__.py", line 4, in
from . import controllers
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/__init__.py", line 4, in
from . import main
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 91, in
db_monodb = http.db_monodb
AttributeError: module 'odoo.http' has no attribute 'db_monodb'
2022-12-06 06:42:59,717 2270 INFO ? odoo.service.server: HTTP service (werkzeug) running on ashutosh:8000 
2022-12-06 06:42:59,735 2270 INFO asset odoo.modules.loading: loading 1 modules... 
2022-12-06 06:42:59,741 2270 INFO asset odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries (+0 extra) 
2022-12-06 06:42:59,760 2270 INFO asset odoo.modules.loading: updating modules list 
2022-12-06 06:42:59,762 2270 INFO asset odoo.addons.base.models.ir_module: ALLOW access to module.update_list on [] to user __system__ #1 via n/a 
2022-12-06 06:43:00,143 2270 WARNING asset odoo.modules.module: Missing `license` key in manifest for 'recruitment_reckonsys', defaulting to LGPL-3 
2022-12-06 06:43:00,580 2270 INFO asset odoo.modules.loading: Modules loaded. 
2022-12-06 06:43:00,583 2270 INFO asset odoo.modules.registry: Registry loaded in 0.866s 

Avatar
Discard

In my case this happened because when running odoo17, odoo14 resources were also taken. Make sure to properly define addons_path in odoo.conf. Once I did this it ran normally

Best Answer

Hi,
Can you check whether addons path is correctly defined in the odoo.conf file.

Avatar
Discard

the addons path is correctly defined but still get the same error

Best Answer

Hi,

Please check the addons path is defined is corrrect and also check the python version, because Odoo 15 needs atleast Python 3.7

Avatar
Discard
Related Posts Replies Views Activity
0
May 25
147
1
May 25
538
4
May 25
1846
2
May 25
2013
1
Feb 25
5313