How can I set delivery order to state "done" with xmlrpc?
I'm using
$client->write('stock.move', array(58), ['state' => "done"]);
It does work but it does not update on hand quantity, only forecast quantity is getting updated.
Is there any way to call "exec_workflow" from PHP?