| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 2253 |
| Technical Name |
styd_odoo_bridge |
| License | LGPL-3 |
| Website | https://speaktoyourdatabase.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 2253 |
| Technical Name |
styd_odoo_bridge |
| License | LGPL-3 |
| Website | https://speaktoyourdatabase.com |
Ask Your Odoo a Question. Get an Answer You Can Trust.
Odoo AI Bridge connects self-hosted Odoo 19.0 to Speak To Your Database through a secure, read-only Odoo ORM bridge.
Ask plain-language business questions like "total unpaid invoices", "sales this month", or "orders for a customer" and get answers from your live Odoo data. Each answer shows its source, confidence level, and how it was calculated.
Read-only and safe by design: no SQL is sent to Odoo, no database credentials are exposed, and nothing in your Odoo data is ever changed.
Odoo 19.0 | Read-only | No SQL | External Speak To Your Database service required
The problem
Your Odoo data is one of your most valuable assets, but getting quick answers from it safely is hard.
- Business users need numbers quickly: sales this month, unpaid totals, orders per customer, and more.
- Custom reports and exports take time.
- Raw database access should not be casually shared with dashboards or AI tools.
- AI answers need to be verifiable before users act on them.
The solution
Odoo AI Bridge is a small security-focused Odoo module. It gives Speak To Your Database a controlled read-only path into your Odoo through the Odoo ORM, not raw SQL.
- Install the bridge in your self-hosted Odoo 19.0 or Odoo.sh environment.
- Generate a bridge token in Odoo and connect it to Speak To Your Database.
- Ask supported business questions and receive answers with source, confidence, and calculation details.
Example questions
Odoo AI Bridge supports deterministic business questions, with more added over time.
| count customers | show products |
| sales orders this month | quotations this month |
| total sales this month | total unpaid amount |
| quotations for Azure Interior | orders for Azure Interior |
| total sales for Azure Interior | show unpaid invoices |
Replace "Azure Interior" with a real customer in your own Odoo database.
Answers you can verify
- Source on every answer: Answers show that they came from Odoo Bridge.
- Confidence level: Deterministic answers include a confidence level.
- How this answer was calculated: Users can review the records, filters, and logic behind the answer.
- Safe fallback: Unsupported questions return a clear unsupported message instead of guessing.
Security by design
- Read-only ORM access: The bridge supports controlled reads, counts, and aggregations.
- No SQL sent to Odoo: Speak To Your Database talks to the bridge through allow-listed Odoo ORM operations.
- No write path: No create, update, delete, or business-action execution.
- Allow-listed models: Only a small set of standard business models is readable.
- Allow-listed fields: Sensitive credential and security fields are blocked.
- Token shown once: The bridge token is displayed only once when generated.
- Hash-at-rest in Odoo: Odoo stores only a SHA-256 hash of the bridge token.
Current early access mode: sudo_company_scoped. Results are scoped to the connector owner's Odoo
company boundary. Full per-user Odoo record-rule parity is not applied yet.
Supported Odoo models
| Model | Used for |
|---|---|
res.partner |
Customers and contacts |
sale.order |
Sales orders and quotations |
account.move |
Invoices and credit notes |
account.move.line |
Invoice lines |
product.template |
Products |
product.product |
Product variants |
Version support
This Odoo Bridge module is currently validated for Odoo 19.0 self-hosted and Odoo.sh environments.
Odoo Online is not supported because custom server modules cannot be installed there.
Bridge support for older Odoo versions is planned after controlled validation. Until then, Speak To Your Database can also connect through a secured read-only database connection where database access is available.
Setup guide: speaktoyourdatabase.com/docs#odoo/bridge-module
What is not supported yet
- Odoo Online hosted on odoo.com.
- Odoo Bridge marketplace installation for versions older than 19.0.
- Arbitrary custom models and custom-module discovery.
- Non-allow-listed models beyond the supported models listed above.
- Write, update, delete, or business actions of any kind.
- Unrestricted SQL-style analytics or free-form query building through the bridge.
- General-knowledge questions not answerable from your Odoo data.
- Full per-user record-rule enforcement.
Validated in a controlled sandbox
The deterministic MVP was exercised end-to-end in a controlled Odoo 19 sandbox with module version
19.0.0.4.0.
- Demo-readiness rehearsal: passed.
- Live bridge eval: 24 pass, 0 warn, 0 fail.
- Deterministic answer confidence: High (0.9).
These results reflect validation in a controlled Odoo 19 sandbox. They are evidence of current behavior, not a warranty, uptime commitment, or production guarantee.
Product screenshots
See the Odoo Bridge setup, connection validation, live Odoo answers, and transparent calculation details.
Bridge connection setup
Enable the bridge, manage the token, and copy the secure setup details from Odoo.
Odoo Bridge connected in Speak To Your Database
Validate the bridge connection and confirm the Odoo version, edition, and bridge status.
Odoo answer with source and confidence
Ask plain-language business questions and see Source: Odoo Bridge, confidence, and verification.
How this answer was calculated
Review the read-only Odoo ORM request, filters, data used, and safety assumptions behind the answer.
Get started
Install the free Odoo AI Bridge, connect it to Speak To Your Database, and start asking trusted business questions from your live Odoo data.
Request Speak To Your Database access
Module: styd_odoo_bridge | Version: 19.0.0.4.0 | Odoo: 19.0 | License:
LGPL-3
Controlled early access software, provided for evaluation on an as-is basis. Features, supported questions, and versions may change.
Please log in to comment on this module