Open Source · Odoo 19

Better AI Fields for Odoo

Choose your model per field. Auto-fill. Auto-update. And use Claude.

Odoo AI Fields use one global configuration for every field by default. AI Pro gives you control: choose per field which AI model you want, auto-fill empty fields, and keep values current when source data changes.

Odoo 19 Enterprise LGPL-3 · Free
What AI Pro adds

Four improvements for Odoo AI Fields

01

1. Own agent per field

Standard Odoo AI Fields use one global configuration. With AI Pro you choose per field which AI model you want. A product description with a large model, a tagline with a fast and cheap one. Per agent you can also enable web search for real-time information.

02

2. Auto Fill

Enable Auto Fill and a cron job fills all records where the AI field is still empty in the background. Handy after a bulk import or when adding a new AI field to an existing model.

03

3. Auto Update

Enable Auto Update and the AI field is automatically regenerated when a source field changes. Auto Update off? A stale indicator shows that source data has changed. Click to recalculate manually.

04

4. Claude as AI provider

AI Pro adds Anthropic Claude as a full Odoo AI provider, alongside OpenAI and Gemini. Claude works everywhere in Odoo: Ask AI, Chatter, AI Fields, agents, tool calling, RAG and web search.

How it works

From installation to working AI field

1

Install

Add AI Pro as a submodule or clone the repo. Install via Apps.

2

Set up agent

Create an AI agent with the model and settings you want. Optionally: enable web search.

3

Configure field

Link the agent to your AI field in Odoo Studio. Choose whether you want Auto Fill and/or Auto Update.

4

Done

AI Pro fills and updates your fields automatically. Manual edits are never overwritten.

Installation

Operational in 3 steps

01

Odoo.sh

5 minutes

Add as a Git submodule, push, and install via Apps.

git submodule add https://github.com/pantalytics/pan_ai_pro.git
02

Self-hosted

10 minutes

Clone into your addons path and install via the Odoo interface.

git clone https://github.com/pantalytics/pan_ai_pro.git
03

Configure

2 minutes

Go to Settings → AI, choose your default AI agent for fields. Optionally: enable Claude as an extra provider.

Technical specifications

Repository pantalytics/pan_ai_pro
License LGPL-3
Language Python · JavaScript (OWL)
Odoo version 19 Enterprise
AI providers Claude · OpenAI · Gemini (configurable per field)
Dependencies ai_app (AI Fields via ai_fields / Odoo Studio)
Module version 19.0.1.5.0
Developer Pantalytics B.V.

Upgrade your Odoo AI Fields

Open source, free to use, and installed in minutes. Check the code on GitHub or request a demo.

Frequently asked questions

What is Pantalytics AI Pro?

An open source extension for Odoo 19 that adds Anthropic Claude as a third AI provider next to OpenAI and Google Gemini. It also extends Odoo's AI Fields with Airtable-style automation: per-field model selection, auto-fill, auto-update and human-edit protection.

Which Claude models can I use?

Claude Haiku for fast, low-cost tasks; Claude Sonnet for balanced everyday use; and Claude Opus for complex analysis. You pick the model per AI Field or per agent.

Is AI Pro free?

Yes. AI Pro is open source under LGPL-3.0 and free to install. You only pay Anthropic for the API tokens you use.

How does AI Pro differ from standard Odoo AI Fields?

Standard Odoo AI Fields are tied to one provider per call and update on demand. AI Pro lets you choose a different model per field, auto-fill empty records in the background, auto-update when source data changes, and protect fields you manually edit so the AI does not overwrite them.

Which Odoo versions are supported?

Odoo 19 Enterprise. Earlier versions did not have the underlying ai module that AI Pro extends.

Where is the source code?

Open source on GitHub under LGPL-3.0.