Ir al contenido
+31 653-919-302
0
0
Inicia sesión
Español (AR)
Nederlands
English (US)
Español (AR)
Contáctanos
Inicio
Blog
Empleos
Contáctanos
0
0
Inicio
Blog
Empleos
Contáctanos
+31 653-919-302
Español (AR)
Nederlands
English (US)
Español (AR)
Inicia sesión
Contáctanos
Node-Odoo
Todos los blogs
Tech Blog
Node-Odoo
5 de marzo de 2021
por
Administrator
Node.js client library for Odoo using JSON-RPC
Installation
$ npm install node
-
odoo
Methods
odoo.connect(callback)
odoo.create(model, params, callback)
odoo.get(model, id, callback)
odoo.update(model, id, params, callback)
odoo.delete(model, id, callback)
odoo.search(model, params, callback)
en
Tech Blog