TIP: You can type at any time to perform a new search.
Ai Oca Bridge Chatter
ai_oca_bridge_chatter · OCA/ai
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_typeSelectionondelete={'chatter': 'set default'}selection_add=[('chatter', 'Chatter')] -
usageSelectionondelete={'chatter': 'set default'}selection_add=[('chatter', 'Chatter')]
No public methods.
New fields (1)
-
chatter_user_idMany2one → res.usersreadonly=True args: 'res.users'
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_idMany2one → ai.bridgedomain=[('usage', '=', 'chatter')]string='AI Bridge' args: 'ai.bridge'
No public methods.
Loading…
Loading…