Skip to content

Make Odoo's Discuss chat addon available to external connectors such as Whatsapp, Facebook, Instagram, or any other you want.

License

Notifications You must be signed in to change notification settings

discusshub/discuss_hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-commit Status Build Status codecov

Discuss Hub

Integrate third-party message channels into Odoo's Discuss system.

📚 Documentation

Complete documentation is available in multiple languages:

Quick Access:

Deepwiki tech docs

QUICK START

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.

Licenses

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.


How to Configure

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.

About

Make Odoo's Discuss chat addon available to external connectors such as Whatsapp, Facebook, Instagram, or any other you want.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •