Skip to Content
Menú
This question has been flagged
1 Respondre
4212 Vistes

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

Avatar
Descartar
Best Answer

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.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de nov. 16
5265
2
de maig 23
8674
0
de des. 20
4556
0
de maig 23
2128
1
de març 24
5083