What is the primary function of the Odoo Tool node in n8n?
The Odoo Tool node is designed to facilitate seamless Integrations between n8n workflows and your Odoo environment. It allows users to perform CRUD (Create, Read, Update, Delete) operations on Odoo objects directly from a workflow node.
Can the Odoo Tool be used as a workflow trigger?
Yes, the Odoo Tool node can be configured as a trigger to initiate workflows. It acts as a listener, starting the workflow instantly whenever specific events or data changes occur within your connected Odoo instance.
What Odoo models are supported for management using this node?
This node supports powerful Integrations across various Odoo models, including Sales Orders, Contacts, Inventory, and custom models. You define the specific model and action you need within the configuration of the node.
How is authentication handled for the Odoo Integrations node?
Authentication requires standard Odoo API credentials (Host URL, Database name, Username, and API Key/Password). These are stored securely as n8n credentials and referenced by the Odoo Tool node for authorized access.
Where should the Odoo Tool node be placed within a standard workflow?
The Odoo Tool node typically follows an initial trigger or a data transformation node. It uses the incoming data payload to execute the specified Odoo operation, completing complex data synchronization Integrations.