This question has been flagged
4 Replies
14483 Views

Hi Community,


I am facing this error while installing   Odoo 12  in Centos 7.5- 

CRITICAL? odoo.modules.module: Couldn't load module web

 CRITICAL ? odoo.modules.module: No module named 'web'

 ERROR ? odoo.service.server: Failed to load server-wide module `web`.


File-/etc/oddo.cnf

[options]

; This is the password that allows database operations:

admin_passwd = master_password

db_host = False

db_port = False

db_user = odoo

db_password = False

addons_path = /opt/odoo/odoo12/addons,/opt/odoo/odoo12/odoo/addons

I followed this URL-https://www.rosehosting.com/blog/install-odoo-12-on-centos-7/

Please, someone, help me to resolve the above issues


It is Available
 cd /opt/odoo/odoo12    after ls
addons  CONTRIBUTING.md  COPYRIGHT  debian  doc  LICENSE  MANIFEST.in  odoo  odoo-bin  README.md  requirements.txt  setup  setup.cfg  setup.py

Avatar
Discard

Please check /opt/odoo/odoo12 folder with addons folder is available or not

cd /opt/odoo/odoo12

after that ls

Hi Support,

It is Available
 cd /opt/odoo/odoo12    after ls
addons  CONTRIBUTING.md  COPYRIGHT  debian  doc  LICENSE  MANIFEST.in  odoo  odoo-bin  README.md  requirements.txt  setup  setup.cfg  setup.py

Thanks & Regards,

Sanchit Kumar Singh

Software Engineer

 w : www.bhea.com  

  t : +91 80 41215836


   https://www.linkedin.com/company/bhea-technologies-pte-ltd   https://www.twitter.com/bheacrm   https://plus.google.com/+BheaTech

Know more about SugarCRM latest versionSugarCRM 7.11 Review


On Fri, Nov 16, 2018 at 6:29 PM subbarao <s.subbu890@gmail.com> wrote:

Please check /opt/odoo/odoo12 folder with addons folder is available or not

cd /opt/odoo/odoo12

after that ls

Sent by Odoo S.A. using Odoo.

Best Answer

Try `addons` path like this:

    addons_path = /opt/odoo/odoo12/odoo/addons,/opt/odoo/odoo12/addons

Avatar
Discard