n8n-nodes-odoo-xmlrpc
v1.0.0
Published
n8n community node for Odoo 16 ERP via JSON-RPC — supports all model methods: search, read, search_read, read_group, search_count, create, write, unlink, fields_get, and export_data.
Maintainers
Readme
n8n-nodes-odoo-xmlrpc
This is an n8n community node. It lets you use Odoo via JSON-RPC in your n8n workflows.
This node supports Odoo 16 and uses the xmlrpc API to interact with Odoo models. It provides full coverage of model methods including:
- Search
- Read
- Search & Read
- Read Group
- Search Count
- Create
- Write
- Unlink (Delete)
- Fields Get
- Export Data
n8n is a fair-code licensed workflow automation platform.
Installation
Operations include installing the node within your n8n instance.
Community Nodes (Recommended)
You can install this node via the n8n Community Nodes feature:
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-odoo-xmlrpcin the npm Package Name field.
Manual Installation
If you need to install the node manually:
cd ~/.n8n
npm install n8n-nodes-odoo-xmlrpcCredentials
To use this node, you'll need the following credentials to connect to your Odoo instance:
- Host: Your Odoo domain (e.g.,
https://mycompany.odoo.com) - Database: The Odoo database you are connecting to
- Username: Your Odoo username or email
- Password/API Key: Your Odoo password or User API Key
Usage
This node interacts with any Odoo model. You must specify the Odoo Model (e.g., res.partner for Contacts, sale.order for Sales Orders) and the operation you wish to perform.
License
MIT
