This module is used to create a bridge between Odoo and other AI systems
like n8n.
Right now, there are 2 different approaches for AI integration with
Odoo:
- Make everything inside Odoo.
- Make it using other tools and integrate Odoo with these tools.
IMO, it would be better to make use of option 2 for different reasons:
- Odoo server is intended as a transactional system. AI systems requires
other kind of characteristics
- Everything changes too fast. I am not confident that Odoo can keep the
pace in this topic
- There are OSS tools that fills the gap perfectly and are created just
for this topic.
Anyway, OCA is open to everyone and we don’t intend to force an
opinionated way of doing. For this reason, we have this module, that can
be used as Bridge with AI systems.
As an administrator access AI Bridge\AI Bridge.
Create a new bridge. Define the name, model, url and configuration.
On the external system, you will receive a POST payload with the
following information:
- _id
- _model
- Fields selected
In order to improve the view of the AI configuration, use groups and
domain to set better filters.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
feedback.
Do not contact contributors directly about support or help with technical issues.