Skip to main content

Odoo modules installation

  1. Download addons: https://github.com/oduist/pbx_addons
  2. Install Python requirements (inside your virtualenv if used):
pip3 install -r requirements.txt
  1. For odoo.sh, keep requirements.txt at the top of your modules folder so dependencies install automatically.
⚠️ If you use a virtualenv, install dependencies there (not system-wide).