Repository
OCA/ai · module folder · Try on Runboat
Module version
2.0.0
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/ai
Last tracking update
2026-08-07 08:43:00
Authors
Odoo Community Association (OCA), Dixmit
Maintainers
Odoo Community Association (OCA), Dixmit
Committers
Enric Tobella, OCA-git-bot, oca-ci, Adasat Torres de León
Odoo dependencies
OCA/ai:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows usage of LLM chatbots inside Odoo.

The logic of the chatbot should be defined in an external system like n8n.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_users_form_view res.users form Inherits base.view_users_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (2)
  • payload_type Selection
    ondelete={'chatter': 'set default'} selection_add=[('chatter', 'Chatter')]
  • usage Selection
    ondelete={'chatter': 'set default'} selection_add=[('chatter', 'Chatter')]
Public methods (0)

No public methods.

New fields (1)
  • chatter_user_id Many2one → res.users
    readonly=True args: 'res.users'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • message_post(self, **kwargs)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • ai_bridge_id Many2one → ai.bridge
    domain=[('usage', '=', 'chatter')] string='AI Bridge' args: 'ai.bridge'
Public methods (0)

No public methods.

Loading…

Loading…