A governed AI execution layer for Odoo - not a chatbot bolted on the side
Bring your own AI provider. Every agent runs through the same gateway, the same permission checks, and the same audit trail - and nothing an agent proposes executes without a human approving it first.
See it inside Odoo
Every agent, its provider, and its last run - one screen
Ask AI keeps a real, searchable conversation history
Providers, Tools, Knowledge, Budgets - one Configuration menu
Bring your own AI, keep control of your data
OdooNerve AI is a provider-neutral AI automation platform for Odoo. It does not operate any inference infrastructure of its own - every request uses a credential you supply, sent directly from your Odoo instance to the provider you choose (OpenAI, Anthropic, Google Gemini, xAI, or any OpenAI-compatible endpoint). There is no Bithost-run proxy in between, and no external call happens until an administrator configures and tests a provider.
What the platform actually does
An agent can only call the specific, narrow, code-reviewed tools it has been explicitly granted. Every answer is a validated, structured response with evidence, not free-form text.
An agent may propose an action. It never executes one. Every proposal becomes a pending approval showing exactly what will happen - tool, parameters, target - before anyone can approve it.
Chain Query/Rule/AI/Tool/Approval/Notification/Delay/Condition steps into a persisted, resumable-after-restart sequence - never a free-form LLM plan, and structurally incapable of looping forever.
API keys are encrypted at rest with a server-side master key never stored alongside the ciphertext. Every request - success, failure, or policy block - is recorded with a correlation ID, provider, model, latency, and outcome.
Per-user/agent/company/global daily or monthly budgets against real estimated provider cost, with an automatic warning and a hard block once reached - checked before every request, not after the bill arrives.
Standard/Minimised/Strict modes per company control what context reaches a prompt at all - secret redaction, free-text truncation, and a per-company provider blocklist.
Give an agent a searchable knowledge base - policies, FAQs, reference documents - with permission-aware retrieval and no vector database requirement.
One toggle blocks every external AI call instantly. Every provider, usage row, and audit entry is scoped to a company - cross-company visibility is impossible by construction.
The full lineup
Install OdooNerve AI - Core (this module) for the platform's shared foundation - it has no external AI functionality by itself. Add the addons you actually need:
| Providers | BYOK credential management for OpenAI, Anthropic, Gemini, and xAI. | |
| Agents | The Agent Engine, Tool Registry, Context Engine, and Ask AI conversation experience. | |
| Automation | The Human Approval Engine and the Cross-Module Workflow Engine. | |
| Knowledge | Optional knowledge base / retrieval (RAG) interface. | |
| CRM | Sales pipeline intelligence - stale-deal detection, opportunity context, approved follow-ups. | |
| Sales | AI-assisted quotations - pricing always comes from Odoo, drafts always need approval. | |
| Accounting | Accounts Receivable Intelligence - overdue analysis, never touches tax or posting. | |
| Inventory | Deterministic stockout/dead-stock/slow-moving detection - real math, not an LLM guess. | |
| Purchase | AI-assisted procurement - vendor pricing from Odoo, draft RFQs need approval. | |
| Cross-Module Workflows | The flagship example spanning Sales + Inventory + Purchase in one governed workflow. |
How this plays out in practice
Collections, without chasing every overdue invoice by hand
The Accounting pack's Collection Risk workflow finds the highest-priority overdue invoice, has the Accounts Receivable Agent explain why it's a risk using only Odoo's already-posted figures, and proposes an internal follow-up activity. No tax computation, journal balancing, or payment posting ever touches the model - and nothing happens until a human approves the follow-up.
One quotation, four systems, one deterministic answer
The Cross-Module Workflows pack's Order Fulfilment Risk workflow is the platform's flagship case: for one quotation, it pulls the customer's receivable standing, the product's real stock position, and known vendor lead time - across Sales, Accounting, Inventory, and Purchase - computes shortage quantity deterministically (never LLM arithmetic), and only proposes a draft RFQ if stock is genuinely short. A salesperson starts it deliberately, from a button on the quotation - it never runs itself.
A pipeline review that never invents a number
The CRM pack's Sales Pipeline Agent answers "what opportunities need attention today?" with, per deal, what it is, why it matters, its risk, and a recommended next action - grounded only in the stage, probability, revenue, and activity data the tool actually returned. It can propose a follow-up activity; it can never move a pipeline stage, because no tool in the platform lets it.
Bithost as your technology partner
OdooNerve AI is built and supported by Bithost, the technology solutions brand of Zhost Consulting Private Limited. We don't just ship a module and disappear - we build governed AI systems for Odoo and stand behind them.
Provider setup, agent design, and workflow configuration tailored to how your business actually operates - not a generic default.
Email support@bithost.in and reach the team that actually built this platform - not a ticket queue that forwards to nowhere.
Need a tool or a workflow this release doesn't ship yet? It's built the same way everything here was: narrow, reviewed, and governed - not a generic ORM backdoor.
Every design decision in this platform starts from "what could go wrong" - the same discipline we bring to a custom engagement.
For implementation, customization, or reseller/partnership enquiries: sales@bithost.in
Why this matters
Most "AI in your ERP" integrations are a thin wrapper that hands a model unrestricted access, hopes for the best, and logs nothing. OdooNerve AI is built the other way around: security, credential protection, and auditability come first, features come after. Every agent, tool, and workflow in this platform sits on the same foundation - a human-defined policy always decides what an AI-driven action is allowed to do, never the model itself.
Requirements
- Odoo 18.0, Community or Enterprise.
- The
cryptographyPython package (for credential encryption, via OdooNerve AI - Providers). - An
ODOONERVE_MASTER_KEYenvironment variable set on the Odoo server before configuring a provider - see PROVIDER_GUIDE.md and SECURITY.md in the Providers module package for the full setup and design. - Your own account with at least one supported AI provider.
Support
Email support@bithost.in or visit www.bithost.in. For licensing, resale, or implementation enquiries, contact sales@bithost.in.
© Zhost Consulting Private Limited. OdooNerve AI is proprietary, commercially licensed software - see LICENSE.txt in the module package for full terms. Not developed, endorsed, certified, or maintained by Odoo S.A. "Odoo" is a trademark of Odoo S.A., used here only to describe compatibility.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1002 |
| Technical Name |
odoonerve_core |
| License | OPL-1 |
| Website | https://www.bithost.in |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module