Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -555,6 +554,5 @@ diff --git a/ai_oca_bridge/README.rst b/ai_oca_bridge/README.rst
index b196324..1e5262e 100644
--- a/ai_oca_bridge/README.rst
+++ b/ai_oca_bridge/README.rst
@@ -1,7 +1,3 @@
-.. image:: https://odoo-community.org/readme-banner-image
- :target: https://odoo-community.org/get-involved?utm_source=readme
- :alt: Odoo Community Association
-
=============
AI OCA Bridge
=============
@@ -17,7 +13,7 @@ AI OCA Bridge
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fai-lightgray.png?logo=github
@@ -187,6 +183,10 @@ Contributors
- Valentín Vinagre
+- `Binhex
This module is used to create a bridge between Odoo and other AI systems like n8n.
Table of contents
@@ -409,7 +404,7 @@Right now, there are 2 different approaches for AI integration with Odoo:
As an administrator access AI Bridge\AI Bridge.
Create a new bridge. Define the name, model, url and configuration.
In order to improve the view of the AI configuration, use groups and domain to set better filters.
On the external system, you will receive a POST payload. The data included will be the following:
Adds all the fields directly on the payload. It will be removed on 17.0.
The new system allows asynchronous and synchronous calls. Asynchronous calls makes sense when the task to be processed don’t need to be immediate. For example, reviewing an invoice and leave a comment with @@ -473,21 +468,21 @@
With the answers of the system we expect to do something about it. We have the following options:
We will post a message on the original thread of the system. The thread is computed by a function, so it can be overriden in future modules. It expects the keyword arguments of the message_post function.
Use the bolt widget in the chatter to execute the different AI options.
The options will be filtered according to the configuration.
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 @@ -521,15 +516,15 @@
Do not contact contributors directly about support or help with technical issues.