Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3719 Ansichten

Hi , im using odoo 10 ,on sale module, and i need to confirm sale ,to move form quotation stage to order sale stage via php page

and i tried to use xmlrpc update but doesn't effect.

here is my code :

$db = "project";

$uid = 1;

$password = "01";

$models = ripcord::client("http://localhost:8069/xmlrpc/2/object");

$result = $models->execute_kw($db, $uid, $password,'sale.order', 'write',array(array(1), array('state'=>'draft')));

echo json_encode($result);

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
2
März 15
9727
1
März 15
6822
1
Jan. 23
4582
1
Apr. 21
6722
1
Mai 18
5302