0.3.6 • Published 10 months ago

@labiso-gmbh/n8n-nodes-odoo-labiso v0.3.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
10 months ago

n8n-nodes-odoo-labiso

n8n.io - Workflow Automation

This Odoo custom node was originally created by Steffen Hannesschlaeger (@digital-boss) and is now maintained by LABISO GmbH.

The original work was based on a pull request to n8n.

Installation

If you have n8n installed: Install custom nodes module

Install it to the n8n root folder. This is the node_modules folder on the same level of n8n and n8n-core. This differs when you used the -g flag on n8n initial installation. From there do:

npm install @labiso-gmbh/n8n-nodes-odoo-labiso

Fresh install n8n

Navigate to desired folder, create a package json and install n8n like so:

cd /var/www/vhosts/

mkdir my-n8n && cd my-n8n

npm init --yes

npm install n8n

npm install @labiso-gmbh/n8n-nodes-odoo-labiso

Starting n8n

Directly:

n8n

Plesk or C-Panel:

node /var/www/vhosts/n8n/bin/n8n

Navigate to n8n_install folder and start n8n from terminal:

npx n8n

0.3.6

10 months ago

0.3.5

10 months ago

0.3.4

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.4

10 months ago

0.2.3

10 months ago