Stable · available now
Connect
The production-proven communications suite on Twilio: calls and WebRTC softphone inside Odoo, SMS and WhatsApp, IVR call flows, Whisper transcription with GPT summaries, and AI voice agents.
Explore ConnectOdoo telephony, done right
Calls, SMS, WhatsApp and AI voice agents — native to Odoo, on the backend you choose. Install from GitHub, own your data, buy without a sales call.
# Place a call from any Odoo record — Connect picks the carrier
lead = env['crm.lead'].browse(lead_id)
call = env['connect.call'].create({
'partner_id': lead.partner_id.id,
'phone': lead.phone,
'direction': 'outbound',
})
call.dial() # rings the agent's WebRTC softphone, then the contact
# → transcript + GPT summary land back on the lead Built on
Flagship · in active development
One modular platform with a technology-agnostic core and Twilio + FreeSWITCH backends. Self-hosted WebRTC, call parking with BLF, FIFO queues, an Odoo-managed SIP firewall, and local Piper text-to-speech — built in the open, with every decision on record.
The product line
A focused suite for Odoo communications and development — each installed from GitHub, tried free for 30 days.
Stable · available now
The production-proven communications suite on Twilio: calls and WebRTC softphone inside Odoo, SMS and WhatsApp, IVR call flows, Whisper transcription with GPT summaries, and AI voice agents.
Explore ConnectStable · available now
Run your Asterisk PBX from Odoo: WebRTC softphone, live call supervision with listen, whisper, and barge, ring groups, OpenAI transcription, and auto-provisioning for Grandstream and Yeastar hardware.
Explore Asterisk PlusLive at oduflow.dev
AI-first Odoo development and CI. Isolated environments provisioned in seconds from production databases, with 54 MCP tools for coding agents. The tool that builds everything above.
Open oduflow.devInstall
No marketplace lock-in and no sales call to get started. Pull the module straight from GitHub, drop it in your addons path, and run it in your own database.
# Clone the module into your addons path
git clone https://github.com/oduist/connect_addons.git
# Point Odoo at it and install
odoo-bin \
--addons-path=./connect_addons,./addons \
-d your_database \
-i connect
# Every module ships a 30-day full-feature trial.
# The license binds to your Odoo instance — no card, no call. The complete stack
A technology-agnostic core with the carrier layer you want underneath it.
A technology-agnostic core that lives inside Odoo — models, security, and UI you already know. No separate console to run.
Cloud voice, SMS and WhatsApp through the Twilio Odoo module. Fully managed carriers, zero infrastructure to keep alive.
Self-hosted media and WebRTC when you want to own the stack: call parking with BLF, FIFO queues, and a real softphone in the browser.
Drive an existing Asterisk PBX from Odoo with live supervision — listen, whisper, barge — and hardware auto-provisioning.
Trunks, rules and a SIP firewall configured as Odoo records, versioned with the rest of your database.
How it works
Clone the code from GitHub, add it to your addons path, and install into your own database.
git clone → addons_path → install
Every Oduist module starts with a full-feature free trial. Test it on your real workflows — no card, no call.
full features · 30 days · free
Purchase right where you work. The license binds to your Odoo instance; renewals stay in your customer portal.
license → bound to instance
Proof of work
Releases are our primary channel. Here is what shipped most recently.
Every documentation page and spec checked against what the modules actually do, with access-rule fixes for the CRM and Memory bridges falling out of the review.
Every module now carries its own docs folder, rendered by an in-repo theme on the web and by the Connect Book module inside Odoo.
Native Telnyx assistants gain receptionist routing and voice controls, after a month of repairs to inbound routing, click-to-call and WhatsApp transport.
Every module is free to run for 30 days with all features on. Clone it from GitHub and install it alongside your Odoo — buy the license from inside the module once it has proven itself.