Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3145 Prikazi

Hi there,

I am using PHP to integrate XML-RPC with odoo.
I was trying to create a logged call for lead, so the call log will show under the detail of the lead.

the below code is created the log which is showing under 'Call Logs'. But not shows in the detail view of the lead (442).


        $vals = array(
        'user_id'=>new xmlrpcval('6', "string"),
        'name'=>new xmlrpcval('John Mo', "string"),
        'description'=>new xmlrpcval('API Call', "string"),
        'partner_phone'=>new xmlrpcval('+1911111111', "string"),
        'date_closed'=>new xmlrpcval(date("Y-m-d H:i:s"), "string"),
        'opportunity_id'=>new xmlrpcval(442, "int"),
        'contact_name'=>new xmlrpcval('Mo 2', "string"),
        'categ_id'=>new xmlrpcval('10', "int"),
        'action'=>new xmlrpcval('log', "string")
        );
    $call_id = $rpc->create($vals, "crm.phonecall");

Anything from experts will be a great help.

Thanks,
Mahbub

 

Avatar
Opusti