Back to Nodes

Odoo

Last updated May 9, 2023

A node consuming the Odoo API.

1 Weekly Downloads
9 Monthly Downloads

Included Nodes

Odoo

Description

n8n-nodes-odoo-patch

This node is a patched copy of n8n original Odoo node.
It fixes multiple issues such as:

  • Fetching models names
  • Fetching model fields
  • Add the ability to perform an action on a model

Usage

In order to install this node in your development setup, follow these steps:

  1. Clone this repository

  2. Install dependencies

npm install
  1. Once you are done with your modifications, build the code
npm run build
  1. Link the node
npm link
  1. Add the node to your setup
cd .. && mkdir -p n8n_install && cd n8n_install && \
npm link n8n-nodes-odoo-patch
  1. Start your instance
npx n8n