faisalsami / odoo-xmlrpc

Node.js client library for odoo ERP using xmlrpc.
104 stars 85 forks source link

Problem with many to many #12

Open algoz098 opened 6 years ago

algoz098 commented 6 years ago

Hi,

Within the: odoo.execute_kw("sale.order", "read", params, function(err2, value2) {})

The value2[any_index].product_id will always be two values, even when it has more.

Looking within the developers tool's network, and looking for the XML, it has more 'product_id's, but the json, don't.

How can i resolve this?