Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4 Trả lời
17377 Lượt xem

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

Ảnh đại diện
Huỷ bỏ

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.

Câu trả lời hay nhất

You may want to check the folder and file permissions and ownership, this may help: https://www.odoo.com/forum/help-1/question/odoo-11-ubuntu-16-04-how-to-transfer-custom-or-third-party-apps-to-your-apps-folder-for-dummies-or-lazy-people-127880

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Try `addons` path like this:

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

Ảnh đại diện
Huỷ bỏ