1.0.2 • Published 1 year ago

n8n-nodes-odoo-patch v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 @lanhild/n8n-nodes-odoo-patch
  1. Start your instance
npx n8n