| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 8886 |
| Technical Name |
orramind_ai_integration |
| License | OPL-1 |
| Website | https://www.orramind.com |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 8886 |
| Technical Name |
orramind_ai_integration |
| License | OPL-1 |
| Website | https://www.orramind.com |
| Versions | 17.0 18.0 19.0 |
Orramind AI Studio
AI Chat + Remote MCP Server + Module Builder — the most complete AI platform for Odoo in a single module.
Connect Claude Code, Gemini CLI, ChatGPT, or any MCP-compatible AI agent directly to your Odoo — no plugins, no middleware, no local installation.
| 18 MCP Tools | OAuth 2.1 Security | 5+ AI Clients | Live DB Queries | 100% Local or API | 18.0 Odoo Version |
Everything your Odoo needs
to speak AI
AI Chat for your team. MCP Server for your AI agents. Module Builder for your developers.
AI Chat
Native chat panel inside Odoo. Ask questions about your data, upload PDFs, run multi-step queries with live reasoning steps.
Remote MCP Server
18 built-in tools exposed via the Model Context Protocol. OAuth 2.1 + PKCE security. Connect Claude, Gemini, ChatGPT, or any MCP client.
Module Builder
Let your AI agent generate, build, and install complete Odoo modules — models, views, security, menus — all via MCP.
Everything you need,
nothing you don't
Built specifically for Odoo — no external dashboards, no context switching.
Native AI Chat
A persistent chat panel built directly into the Odoo interface. Ask questions, get answers — in context.
Live DB Queries
The AI agent reads your access rights, builds ORM queries, and returns live results from your actual Odoo data.
Remote MCP Server
Standard JSON-RPC 2.0 endpoint at /mcp. Any MCP-compatible AI agent connects instantly.
OAuth 2.1 + PKCE
Industry-standard security. Your AI agents authenticate with authorization codes and PKCE — never store passwords.
Module Builder
Your AI generates full Odoo modules — models, views, security, menus — and installs them directly. No coding needed.
Full Audit Trail
Every tool call is logged — who, what, when, which model, how long. Full visibility for compliance and debugging.
Model Downloader
Download quantized GGUF models straight from HuggingFace with a live progress bar, no CLI needed.
Fully Local Option
Run models on your own server — your data never leaves your infrastructure. GDPR-friendly by default.
External API Support
Plug in OpenAI, Anthropic, Google Gemini, or any OpenAI-compatible API key for maximum performance.
|
AI Chat Panel
Your Odoo.
|
Multi-Step Agent
Watch it reason,
|
|
Remote MCP Server
Turn your Odoo into a tool-server for any AI agent.
No plugins to install, no bridges to set up — just point your AI at
https://your-odoo.com/mcp
Implements the Model Context Protocol (MCP) — the open standard created by Anthropic — over HTTP with JSON-RPC 2.0 transport.
What is MCP?
The Model Context Protocol is an open standard that lets AI assistants (like Claude, Gemini, ChatGPT) connect to external data sources and tools. Instead of pasting data into a chat, the AI calls tools on your server directly — reading records, creating orders, searching inventory, or building entire modules.
Think of MCP as "USB for AI" — a universal plug that connects any AI client to any data source. This module makes your Odoo an MCP-compatible data source with 18 ready-to-use tools.
How It Works
|
AI Agent
Claude / Gemini / ChatGPT
|
→ |
OAuth 2.1
PKCE Authentication
|
→ |
/mcp Endpoint
JSON-RPC 2.0
|
→ |
18 Tools
CRUD / Search / Build
|
→ |
Odoo Database
Your live data
|
Your AI already knows what to do
Every tool comes pre-configured with JSON schemas — AI agents automatically discover and use them.
create_record
Create new records in any model — partners, products, orders, invoices.
read_records
Read one or more records by ID with optional field selection.
update_record
Update fields on any record — change prices, states, assignments.
delete_record
Delete records by ID with full access-right enforcement.
search_records
Domain-based search with pagination, sorting, and field selection.
search_count
Count matching records without fetching them — fast data volume checks.
read_group
GROUP BY aggregations — SUM, COUNT, AVG for dashboards and reports.
list_models
Browse all accessible Odoo models with keyword filtering.
get_model_fields
Full field metadata — types, relations, selections, required flags.
get_menu_items
Navigate the Odoo menu tree to discover app structure.
generate_module_spec
AI generates a validated module specification (JSON) from your description.
build_module_zip
Builds a full installable ZIP — manifest, models, views, security, menus.
install_module_zip
Installs or upgrades the module directly into your running Odoo instance.
code_search
grep / ripgrep across Odoo addon source code.
code_read
Read source files with line ranges — safe file-type filtering.
execute_action
Call public model methods — confirm orders, trigger workflows.
get_user_info
Current user context — name, company, groups, permissions.
get_report
Discover available Odoo reports by technical name.
Connect your AI in one command
No plugins. No bridges. No local installation. Just point your AI agent at your Odoo URL and authenticate.
Claude Code
Anthropic's AI coding agent — CLI or IDE extension
Claude Desktop
Anthropic's desktop app — macOS / Windows
Go to Settings → Connectors → Add and paste your MCP endpoint URL:
Claude authenticates via browser-based OAuth — no API keys to manage.
Gemini CLI
Google's AI CLI — supports remote MCP servers
Add to your settings.json:
ChatGPT
OpenAI's chat interface — remote MCP connectors
Settings → Apps → Developer Mode → add your MCP endpoint:
LM Studio / Any MCP Client
Use mcp-remote to bridge HTTP to local stdio transport
The module publishes standard /.well-known/mcp-configuration and
/.well-known/oauth-authorization-server endpoints.
Compliant AI clients auto-discover your server's capabilities, tools, and auth requirements.
Module Builder
Ask your AI to build
|
// Example: Ask Claude to build a module
> "Create an Odoo module for tracking equipment maintenance with work orders and technician assignments"
// Claude calls generate_module_spec →
✓ Spec generated: 2 models, 12 fields, security rules
// Claude calls build_module_zip →
✓ ZIP built: 8 files, 4.2 KB
// Claude calls install_module_zip →
✓ Module installed: equipment_maintenance
Your new module is live! Open it from the Odoo menu.
|
You control everything
Granular access control, full audit logging, and OAuth 2.1 security — built for production.
Two Security Groups
MCP Admin — full configuration access: tools, rules, OAuth clients, audit logs.
MCP User — can only use tools explicitly assigned to them.
Per-Tool Access Rules
Grant access per user or per group. Restrict which Odoo models each tool can touch. Set rate limits per rule. Override model restrictions per user.
Comprehensive Audit Logs
Every tool call logged: user, tool, parameters, model accessed, records affected, execution time, success/error, client info, IP address.
OAuth 2.1 Client Registration
Register OAuth clients from the Odoo admin panel. Auto-generated client IDs, secret generation with copy-to-clipboard, redirect URI management, and automatic token expiry.
Model Restrictions
Sensitive models (ir.config_parameter, res.users.apikeys,
payment.token) are blocked by default. Add your own restricted models per tool.
How it works
From install to first AI tool call in under five minutes.
|
1
Install ModuleInstall from the Odoo Apps Store. No server setup, no CLI, no Docker required. |
2
Assign MCP GroupsGive your users the MCP User or MCP Admin role. Configure tool access rules. |
3
Connect AI AgentPoint Claude, Gemini, or ChatGPT at |
4
Start WorkingYour AI discovers all 18 tools automatically. Ask it to query data, create records, or build modules. |
Download. Load. Go.
No terminal. No Python scripts. All inside Odoo.
|
|
Works with the best AI models
Pre-configured and ready to use. Local GGUF or external API — your choice.
Llama 3.2 3B
Fast, efficient. Great for quick answers and simple tasks on modest hardware.
Mistral 7B Instruct
Well-rounded instruction-following model with strong reasoning capability.
Gemma 4 E2B
Google's efficient MoE model with a massive 131K token context window.
Qwen 2.5 7B
Excellent multilingual support. Ideal for international Odoo deployments.
ChatGPT (GPT-4o)
Best quality and speed. Just add your OpenAI API key — no installation needed.
+ Add your own
Any HuggingFace GGUF model. Paste the repo ID and filename — that's it.
Local models keep all your data on your own servers — ideal for sensitive financial, HR, or customer data. The tradeoff: you need a capable server (16 GB+ RAM, ideally a GPU) to get good response speed and quality.
External APIs (OpenAI, Anthropic, etc.) deliver the best quality and speed with minimal hardware. Your prompts are sent to the API provider; review their data policies before using with confidential data.
Both modes are fully supported and switchable any time from the AI Settings page.
Why Orramind AI Studio?
See how we stack up against generic AI integrations.
| Feature | Orramind AI Studio | Generic ChatGPT Plugin | Manual Exports |
|---|---|---|---|
| Remote MCP Server | ✓ 18 tools | ✗ No | ✗ No |
| OAuth 2.1 + PKCE Security | ✓ Yes | ✗ API keys only | ✗ N/A |
| Module Builder via AI | ✓ Generate + Install | ✗ No | ✗ No |
| Live Odoo DB queries | ✓ Yes | ✗ No | ✗ No |
| Works with Claude / Gemini / ChatGPT | ✓ All MCP clients | ChatGPT only | ✗ N/A |
| Runs local models (no API cost) | ✓ Yes | ✗ No | ✗ No |
| Multi-step reasoning agent | ✓ THINK/QUERY/ANSWER | Partial | ✗ No |
| Full audit logging | ✓ Every tool call | ✗ No | ✗ No |
| Respects Odoo access rights | ✓ Yes | ✗ No | ✗ No |
| Supports Odoo 18.0 | ✓ Yes | ✗ No | ✓ Yes |
What you need
Minimal dependencies. Works with a standard Odoo server.
Odoo Version
Odoo 18.0 Community or Enterprise
MCP Server
Zero dependencies — the MCP endpoint works out of the box with no pip installs.
HTTPS (recommended)
OAuth 2.1 works best over HTTPS. Required for production deployments.
Local Models (optional)
16 GB RAM minimum · NVIDIA/AMD GPU optional · Linux/macOS server
External API (optional)
OpenAI, Anthropic, or any OpenAI-compatible endpoint. API key only.
User Permission
MCP User group for tool access · MCP Admin for full configuration
The MCP Server and Module Builder require no extra pip packages. The AI Chat needs packages only for specific features:
| Feature | pip install command |
|---|---|
| Local GGUF models | pip install "llama-cpp-python>=0.2.0" huggingface-hub |
| Gemini API | pip install -U google-genai |
| PDF upload in chat | pip install pdfplumber |
Ready to bring AI into your Odoo?
AI Chat · 18 MCP Tools · OAuth 2.1 Security · Module Builder · Full Audit Logging
Install Orramind AI Studio today — connect your first AI agent in under 5 minutes.
Orramind AI Studio · Compatible with Odoo 18.0 · Made with ♥ by Orramind
For support, bug reports, or feature requests — contact us via the Odoo Apps Store page.
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