n8n-nodes-odoo-patch
v1.0.2
Published
A node consuming the Odoo API.
Downloads
3
Maintainers
Readme
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:
Clone this repository
Install dependencies
npm install
- Once you are done with your modifications, build the code
npm run build
- Link the node
npm link
- Add the node to your setup
cd .. && mkdir -p n8n_install && cd n8n_install && \
npm link @lanhild/n8n-nodes-odoo-patch
- Start your instance
npx n8n