OCA/ai · 18.0
AI OCA Bridge Extra Parameters
ai_oca_bridge_extra_parameters
AI OCA Bridge Extra Parameters
This module is used for adding extra parameters to the AI OCA Bridge's payloads
Table of contents
Configuration
This module allows adding extra parameters to be sent in the bridge's payloads, using Python expressions. These parameters, unlike fields, can be used independently from the model.
Extra Parameters
Create extra parameters by navigating to: AI Bridge → AI Bridge Extra
Parameters.
Extra parameters define what additional information will be available in
the payload.
Fields Description
Parameter Type:
-
Record:
Evaluated in the context of the record being processed. -
Bridge Self:
Evaluated in the context of the AI Bridge itself (useful for usingself.env[...]).
Name:
Name for this extra parameter.
Value:
The actual information the agent will use.
-
Use curly braces
{}for dynamic values.
Example:{object.name}forobject.name,
{object.env["product.product"].search([]).mapped("name")}for passing all product names. -
Without braces: the agent receives literal text.
Usage
When configuring AI OCA Bridge's record payload, add some of your previously created extra parameters.
Bug Tracker
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.
Credits
Authors
- Binhex
Contributors
- Binhex
- Ariel Barreiros
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/ai project on GitHub.
You are welcome to contribute. To learn how please visit <https://odoo-community.org/page/Contribute>.






