So I was trying to install Odoo but it just keeps saying that am missing some modules although those modules do exist and I have install them already.
Could this be Python compatibility issue or is it Ubuntu ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
So I was trying to install Odoo but it just keeps saying that am missing some modules although those modules do exist and I have install them already.
Could this be Python compatibility issue or is it Ubuntu ?
i don't have custum addon, the problem is that it showing this error for the standard addons, although i have installed all requirment.txt
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ý
Change the path on odoo.conf
for example, you install odoo in this path
addons_path = /usr/lib/python3/dist-packages/odoo/addons,/opt/odoo/custom_addons
sudo chown -R odoo:odoo /opt/odoo/custom_addons