Odoo
Odoo ERP integration via XML-RPC. Provides CRUD operations on any Odoo model (res.partner, sale.order, account.move, etc.) including search with domain filters, record creation, updates, deletion, field metadata retrieval, and a generic execute node for calling any Odoo method. Supports both Connect/Disconnect session pattern and direct per-node credentials. All nodes operate on Odoo model names (e.g. res.partner, sale.order) and accept domain filters in Odoo's standard [[field, operator, value]] format.
| Namespace | Robomotion.Odoo |
| Version | 1.1.0 |
| Category | Business Software, CRM |
| Nodes | 9 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Odoo and returns a Client ID. |
| Disconnect | Closes a Odoo connection. |
| Search Read | Searches a read in Odoo. |
| Create Record | Creates a record in Odoo. |
| Update Record | Updates a record in Odoo. |
| Delete Record | Deletes a record in Odoo. |
| Get Fields | Gets fields in Odoo. |
| Execute | Execute — see the properties below. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
8 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Search Read, Create Record, Update Record, Delete Record, Get Fields, Execute.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.