Open algoz098 opened 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?
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?