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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
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
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 7 24
|
1636 | ||
|
0
thg 4 24
|
1277 | ||
|
1
thg 1 24
|
1590 | ||
|
2
thg 8 20
|
24208 | ||
|
1
thg 9 16
|
3331 |
can you provide more deatils please like addons path and how you run Odoo service.