node-red-contrib-odoo-xmlrpc-2021

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

12

Version

0.1.0

License

ISC

Unpacked Size

28.1 kB

Total Files

19

Last publish

Collaborators

  • dafi87