| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 178 |
| Technical Name |
sadeem_odoo_ai_claude |
| License | OPL-1 |
| Website | https://sadeem.cloud |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 178 |
| Technical Name |
sadeem_odoo_ai_claude |
| License | OPL-1 |
| Website | https://sadeem.cloud |
Sadeem â Claude AI Provider for Odoo AI
Adds Anthropic Claude (Opus, Sonnet, Haiku) as a native AI provider inside Odoo's built-in AI module.
Use Claude for AI fields, knowledge, CRM, documents, live chat, and all ai_* features â no changes to Odoo source required.
Features
Zero Source Changes
Fully implemented via Python monkey-patching and Odoo view inheritance. No files in the ai module are touched â safe to update Odoo without losing the integration.
All ai_* Modules Supported
Works with every Odoo AI sub-module: ai_fields, ai_knowledge, ai_crm, ai_documents, ai_livechat, ai_server_actions, and more.
Native Structured Outputs
Uses Anthropic's GA output_config API for guaranteed JSON schema compliance â the same quality as OpenAI's structured outputs, with no beta headers required.
Full Tool Calling
Supports Anthropic's native function/tool calling with multi-turn loops â fully compatible with Odoo's AI agent tool execution framework.
Secure Key Storage
API key stored in ir.config_parameter â the same pattern as OpenAI and Google. Also supports the ODOO_AI_CLAUDE_TOKEN environment variable for server deployments.
Files & Images
Supports passing images, PDFs, and plain text files to Claude â compatible with Odoo's file attachment pipeline used by ai_documents and related modules.
Setup
Step 1 â Install
- Make sure the AI module (Odoo Enterprise) is installed.
- Install Sadeem â Claude AI Provider from Apps.
Step 2 â Add API Key
- Go to Settings â Integrations.
- Enable Use your own Anthropic Claude account.
- Paste your Anthropic API key (starts with
sk-ant-...). - Get a key at console.anthropic.com.
Step 3 â Select a Claude Model
- Open any AI Agent or AI-powered feature in Odoo.
- In the model selector you will now see Claude Opus 4.7, Claude Sonnet 4.6, and Claude Haiku 4.5.
- Select the model and save â Claude is now active.
Available Claude Models
| Model ID | Display Name | Best For |
|---|---|---|
claude-opus-4-7 |
Claude Opus 4.7 | Complex reasoning, multi-step agents, highest accuracy |
claude-sonnet-4-6 |
Claude Sonnet 4.6 | Balanced performance and cost â recommended for most use cases |
claude-haiku-4-5 |
Claude Haiku 4.5 | Fast and lightweight â ideal for high-volume or latency-sensitive tasks |
Note: Embeddings (RAG / document indexing) are not supported for Anthropic models as Anthropic does not offer an embeddings API.
Use OpenAI or Google models for embedding-dependent features such as ai_documents semantic search.
Frequently Asked Questions
No. The integration uses Python monkey-patching on LLMApiService and standard Odoo view inheritance. No enterprise source file is modified â the module is safe to install and uninstall without side effects.
No. Anthropic does not currently offer an embeddings API. For features that require semantic search or document embeddings (e.g. ai_documents), keep your embedding model set to OpenAI (text-embedding-3-small) or Google (gemini-embedding-001). You can still use Claude for all LLM/completion tasks.
Yes. This module uses Anthropic's generally available output_config API for native JSON schema enforcement â supported on Claude Opus 4.7, Claude Sonnet 4.6, and Claude Haiku 4.5. No beta headers required.
Not currently. Anthropic does not provide a built-in web search tool equivalent to OpenAI's web_search_preview or Google's google_search. Attempting to use web_grounding=True with a Claude model will raise a NotImplementedError.
Change Log
Version 1.260520001 - 2026-05-20
- Initial release
- Adds Claude Opus 4.7, Claude Sonnet 4.6, Claude Haiku 4.5 as provider models
- Native structured output via
output_config(GA) - Full tool calling with multi-turn loop support
- Settings page entry under Settings â Integrations
About
Sadeem is an Egyptian registered company established in 2020 under the name Digital X and then the name was changed to Sadeem in 2023.
Website
https://sadeem.cloud
https://wa.me/201143535115
support@sadeem.cloud
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