コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4198 ビュー

Hi,

I'm trying this code to update the tags_id of a lead. $result returns true but doesn't work.

$result = $models->execute_kw($db, $uid, $password, 'crm.lead', 'write', array( array((int)$lead_id), array('tag_ids' => array(4,$tag_id))));

Thanks in advance

アバター
破棄
最善の回答

Hi, Santi:

take a look at this,

\http://thierry-godin.developpez.com/openerp/openerp-xmlrpc-php-en/

in the write method you can see an example,

Kind regards.

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 16
5242
2
5月 23
8651
0
12月 20
4549
0
5月 23
2099
1
3月 24
5064