Hi there
How can i delivery a partial out using XMLRPC
This is what i got actually
The first thing that i do is capture the id of the out using the order name and checking his state
later using the id use "force_assign"
ids2 = object_proxy.execute(DB, uid, PASS, 'stock.picking.out', 'force_assign', ids)
now the products are ready to be delivered
I got the product_id, the product_uom and the product_qty
I guess that i need the product_qty because i want to do a partial delivery pushing in the line of the out "partial delivery"
How can i do that?
Thanks