콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3712 화면

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);

아바타
취소
관련 게시물 답글 화면 활동
2
3월 15
9716
1
3월 15
6807
1
1월 23
4570
1
4월 21
6708
1
5월 18
5295