Repository
OCA/ai · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/ai
Last tracking update
2026-09-03 05:25:22
Authors
Odoo Community Association (OCA), Dixmit
Maintainers
Odoo Community Association (OCA), Dixmit
Committers
Enric Tobella, OCA-git-bot, oca-ci
Odoo dependencies
OCA/ai:
odoo/odoo:
- web
- bus
Python dependencies
openai
System dependencies
None
Required by
None
Description
This module allows to use OpenAI connections directly as AI Connection.

It is quite interesting because systems like LiteLLM allows us to work only like OpenAI, simplifying the work.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
ai_connection_form_view ai.connection form Inherits ai_connection.ai_connection_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • kind Selection
    ondelete={'openai': 'cascade'} selection_add=[('openai', 'OpenAI')]
  • openai_api_key Char
    groups='base.group_system'
Public methods (0)

No public methods.