Claude (Anthropic) for Odoo
Add the Anthropic / Claude provider to Artificial Intelligence for Odoo.
This is an add-on for the acs_ai
base module: it plugs Claude into the same secure, user-aware AI layer with no change to
logic or flow - the AI reads, searches, creates and updates your data strictly within each
user's own access rights.
Requires acs_ai
Install the base AI module first, then add Claude.
⭐ What This Module Adds
Everything needed to run Claude inside the acs_ai framework.
Claude Provider
Adds the "Claude (Anthropic)" provider type on AI Models and Model Versions, discovered automatically by the base dispatch.
Function Calling & Vision
Full tool/function calling and image input, plus streaming responses - all permission-checked per call by the base layer.
API Key Setting
Anthropic Claude API key under Settings → AI Studio, applied to every Claude model record.
Ready-Made Brains
Pre-configured Claude brains for Opus 4.8, Sonnet 4.6, Haiku 4.5 and 3.5 Sonnet, ready to use after adding your key.
Sample Agent
Ships the Customer Support agent, running on Claude Sonnet 4.6 for empathetic, professional replies.
Same Security Model
Every Claude action runs as the real user - Odoo record rules, ACL and field groups always apply. No data leaks.
✨ Supported Claude Models
Bring your own Anthropic API key and pick the model that fits your workflow.
Claude Opus 4.8
Most capable model; deep reasoning, complex coding and agentic workflows.
Claude Sonnet 4.6
Balanced quality and cost - the recommended everyday model.
Claude Haiku 4.5
Fast and economical - ideal for quick replies and high-volume tasks.
✅ Requirements
Minimum prerequisites to install and run this add-on.
Base Module
Requires acs_ai (Artificial Intelligence for Odoo) 19.0.
Python Package
pip install anthropic
API Key
A valid Anthropic API key from console.anthropic.com.