跳至内容
菜单
此问题已终结
1 回复
4304 查看

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
5416
2
5月 23
8783
0
12月 20
4675
0
5月 23
2255
1
3月 24
5347