| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ai |
| GIT | |
| GIT | https://github.com/OCA/ai.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ai/tree/16.0/ai_automation |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Dixmit |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Dixmit |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ai |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ai: - ai_tool odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
ollama |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module integrates AI connections with Odoo server actions, allowing you to define AI-powered automations. By default it provides Ollama support, but it can be extended with additional providers by adding new `kind` options to `ai.connection`. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ai_connection_form_view |
ai.connection | form | New | |
ai_connection_search_view |
ai.connection | search | New | |
ai_connection_tree_view |
ai.connection | tree | New | |
ir_actions_server_form_view |
ir.actions.server | notebook | Inherits base.view_server_action_form |
active
Boolean
default=True
kind
Selection
default='ollama'
required=True
args: [('ollama', 'Ollama')]
model
Char
groups='base.group_system'
name
Char
required=True
url
Char
groups='base.group_system'
No public methods.
ai_connection_id
Many2one → ai.connection
groups='base.group_system'
string='AI Connection'
args: 'ai.connection'
ai_prompt
Html
sanitize=False
string='AI Prompt'
ai_result_action
Selection
string='AI Result Action'
args: [('post_message', 'Post Message'), ('update_record', 'Update Record')]
ai_tool_ids
Many2many → ai.tool
groups='base.group_system'
string='AI Tools'
args: 'ai.tool'
ai_update_record_field_id
Many2one → ir.model.fields
domain="[('model_id', '=', model_id), ('ttype', 'in', ['char', 'text'])]"
string='AI Update Record Field'
args: 'ir.model.fields'
mailing_model_real
Char
compute='_compute_mailing_model_real'
state
Selection
ondelete={'ai_oca': 'cascade'}
selection_add=[('ai_oca', 'AI OCA Action')]
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/ai |
| PULL REQUEST | |
| PULL REQUEST | [18.0] [MIG] ai_automation -> ai_server_action (#81) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/ai |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] ai_automation (#72) |