node-red-contrib-odoo-xmlrpc-2021 0.1.0

Odoo XMLRPC API client nodes for Node-RED

npm install node-red-contrib-odoo-xmlrpc-2021

node-red-contrib-odoo-xmlrpc-2021

Additions in this fork

I picked up the work by https://github.com/crottolo/ and added a node to execute methods/buttons via calling the execute_kw function. This got necessary to fire actions in Odoo like confirming production orders etc.

Example message properties

msg.filters = [["|",["phone","ilike", msg.payload],["mobile","=", msg.payload]]]; msg.filters = [[["bom_id","=", msg.bom_id]]];
msg.filters = [[["id","=", 23]]];

msg.offset = 0;
msg.limit = 0;

msg.fields = (['name', 'fiscalcode']);

Node Info

Version: 0.1.0
Updated 4 years, 3 months ago
License: ISC
Rating: 5.0 1

Categories

Actions

Rate:

Downloads

3 in the last week

Nodes

  • odoo-xmlrpc-config
  • odoo-xmlrpc-read
  • odoo-xmlrpc-search
  • odoo-xmlrpc-search-read
  • odoo-xmlrpc-create
  • odoo-xmlrpc-update
  • odoo-xmlrpc-exec
  • odoo-xmlrpc-unlink

Keywords

  • node-red
  • odoo
  • xmlrpc

Maintainers