Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.oduist.com/llms.txt

Use this file to discover all available pages before exploring further.

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).