Integrate third-party message channels into Odoo's Discuss system.
Complete documentation is available in multiple languages:
- 🇧🇷 Documentação em Português - Full documentation in Brazilian Portuguese
- 🇺🇸 English Documentation - Complete English documentation
- 📊 Architecture & Diagrams - Technical architecture diagrams
Quick Access:
git clone https://github.com/discusshub/discuss_hub my-project
cd my-project
docker compose -f compose-dev.yaml up -d
# wait....
sleep 30
# load workflows
docker compose -f compose-dev.yaml exec -u node -it n8n sh -c "n8n import:workflow --input=/n8n-workflows.yaml"
# activate workflows
docker compose -f compose-dev.yaml exec -u node -it n8n sh -c "n8n update:workflow --all --active=true"
# so or new workflow get registered
docker compose -f compose-dev.yaml restart n8n
# access odoo: http://localhost:8069/?debug=1
# Navigate to Discuss Hub, Connector. Click start
# Scan your whatsapp
Enjoy!
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
This repository is licensed under AGPL-3.0.
However, each module may have a different license, as long as it follows the Discuss Hub Community
policy. Check each module's __manifest__.py file — the license key there explains the module's license.
First, run the compose.yaml file included in this repository.
It contains all required services. It will start Odoo and, in the demo data, create a sample connector.