n8n-nodes-odoo-patch

1.0.2 • Public • Published

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

/n8n-nodes-odoo-patch/

    Package Sidebar

    Install

    npm i n8n-nodes-odoo-patch

    Homepage

    n8n.io

    Weekly Downloads

    4

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    179 kB

    Total Files

    31

    Last publish

    Collaborators

    • lanhild