--- title: Odoo node documentation description: Learn how to use the Odoo node in n8n. Follow technical documentation to integrate Odoo node into your workflows. contentType: [integration, reference] priority: medium --- # Odoo node Use the Odoo node to automate work in Odoo, and integrate Odoo with other applications. n8n has built-in support for a wide range of Odoo features, including creating, updating, deleting, and getting contracts, resources, and opportunities. On this page, you'll find a list of operations the Odoo node supports and links to more resources. ```{note} Credentials Refer to [Odoo credentials](/08-0-0-Workflow/integrations/builtin/credentials/odoo.md) for guidance on setting up authentication. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations * Contact * Create a new contact * Delete a contact * Get a contact * Get all contacts * Update a contact * Custom Resource * Create a new item * Delete an item * Get an item * Get all items * Update an item * Note * Create a new note * Delete a note * Get a note * Get all notes * Update a note * Opportunity * Create a new opportunity * Delete an opportunity * Get an opportunity * Get all opportunities * Update an opportunity ## Templates and examples