| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 634 |
| Technical Name |
openclaw_bot_integration |
| License | AGPL-3 |
| Website | https://www.kennovo.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 634 |
| Technical Name |
openclaw_bot_integration |
| License | AGPL-3 |
| Website | https://www.kennovo.com |
OpenClaw Bot Integration
Bring an AI assistant into Odoo Discuss with OpenClaw Gateway
Send messages from Odoo Discuss channels to OpenClaw Gateway and post the assistant reply back into the same channel. The integration is channel-scoped to keep conversations isolated across different chat windows.
Key Features
- Synchronous replies via OpenClaw OpenAI-compatible endpoint:
/v1/chat/completions(recommended) - Outbox + cron retries for reliability (temporary gateway/model downtime)
- Per-Discuss-channel session isolation to avoid cross-talk between chat windows
- Optional inbound webhook support with HMAC signature verification
- Detailed server logs for end-to-end troubleshooting
How It Works
- User posts a message in a Discuss channel.
- The module creates an
openclaw.outboxrecord and sends the message to OpenClaw Gateway. - OpenClaw returns the assistant text (sync mode), and Odoo posts it back to Discuss immediately.
- If the gateway is unavailable, cron retries automatically.
Live demo (GIF): real-time conversation in Discuss with OpenClaw replies.
Step 1: Configure Odoo
Go to Settings > OpenClaw and configure the outbound connection:
- Outbound URL:
http://127.0.0.1:18789/v1/chat/completions - Outbound Token: your OpenClaw
gateway.auth.token - Webhook Secret: optional (only needed if you use inbound webhooks)
Step 2: Create a Bot
Create an OpenClaw Bot and choose a dedicated Author Partner. Using a dedicated partner avoids outbound loops and keeps bot messages clearly attributed.
Step 3: Bind Discuss Channels
Bind the bot to the Discuss channel(s) you want to enable. Bindings are per chat window (per discuss.channel), not per user.
A unique channel reference is used for routing and session isolation to prevent cross-talk.
Optional: OpenClaw Hooks (Inbound Webhook)
If you also want OpenClaw to call back into Odoo, enable hooks on the OpenClaw side and map the webhook to your Odoo endpoint. For security, enable signature verification by setting an Inbound Secret (Bot-level) or a global Webhook Secret (Settings).
Help and Support
Get Immediate support for any of your query
You will get 90 days free support for any doubt, queries, and bug fixing (excluding data recovery) or any type of issue related to this module.
Write a mail to us:
james@kennovo.comAny queries or want any extra features? Just drop a mail to our support.
Please log in to comment on this module