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