Odoo Action Block
The Odoo Action Block lets you manage CRM leads, inventory, accounting, and other Odoo modules from your workflows.
⚠️
Requires Odoo XML-RPC or REST API credentials (URL, database name, username, and API key).
Supported Actions
- Create Record - Create a new record in any Odoo model (CRM lead, invoice, product, etc.).
- Update Record - Update fields on an existing Odoo record.
- Search Records - Query records using Odoo domain filters.
- Get Record - Retrieve a specific record by ID.
- Delete Record - Remove a record from the specified model.
Configuration
- Server URL - Your Odoo instance URL.
- Database - Odoo database name.
- Credentials - Username and API key for authentication.
- Model - Odoo model name (e.g.,
res.partner,sale.order,crm.lead). - Fields - Field names and values for create/update operations.
Use Cases
- Automatically create CRM leads in Odoo from chatbot conversations.
- Sync inventory levels between Odoo and an external e-commerce platform.
- Generate and send invoices when orders are completed in your workflow.