📄 Odoo modules installation

Oduist PBX modules installation

Download from the Github

Install python requirements

⚠️

If you use python virtualenv make sure you install the requirements there and not system wide.

There is a requirements.txt file in the downloaded package. Install these python dependencies using the command:

pip3 install -r requirements.txt

If you use odoo.sh make sure you have requirements.txt file in your modules top folder so that odoo.sh can install the required dependencies.