@feitas/node-red-odoo 0.0.5

Odoo XMLRPC API client nodes for Node-RED

npm install @feitas/node-red-odoo

node-red odoo

Don't forget

node-red-contrib-odoo-xmlrpc-2021

Why this package

  • The original package is not maintained anymore.
  • This package treats limit and offset as parameters to the Odoo API, rather than merely restricting the number of records returned on the frontend.
  • This package documents the usage of each node more comprehensively.

Example

search read

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']);

update

msg.payload = [[id1,id2,id3], {"field_name1": "new value1"}]

Node Info

Version: 0.0.5
Updated 2 days ago
License: ISC
Rating: 5.0 1

Categories

Actions

Rate:

Downloads

456 in the last week

Nodes

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

Keywords

  • node-red
  • odoo
  • xmlrpc

Maintainers