콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

Even I added the odoo 15 enterprise version path in addons_path and I run it, It shows only community version. What I have missed? is there any thing I need to do?

아바타
취소

can you provide more deatils please like addons path and how you run Odoo service.

베스트 답변

The enterprise folder should be written first otherwise the enterprise addons may be ignored


addons_path = /home/cd009/modernentreprises,/home/cd009/odoo15_enterprise,/home/cd009/odoo15/addons
아바타
취소
베스트 답변

Could you verify the permissions for the enterprise folder? If they are not set correctly, you can run the following command and then attempt to start the service:

sudo chown odoo:root /home/cd009/odoo15_enterprise

If the issue persists, please check the database or try creating a new one to determine if the problem lies with the current database.

Thank you.

아바타
취소
작성자 베스트 답변
addons_path = /home/cd009/odoo15/addons,/home/cd009/odoo15_enterprise,/home/cd009/modernentreprises 

This is the addons path I have given which is in odoo.conf file

/odoo-bin -c odoo1.conf -d modern_demo1
This is the way I run the odoo service in terminal after activating venv file
아바타
취소
관련 게시물 답글 화면 활동
2
7월 24
1653
0
4월 24
1288
1
1월 24
1621
2
8월 20
24232
1
9월 16
3350