Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
5183 Tampilan

Is it possible to send an email to a partner with the XmlRpc API? I tried using the following PHP code, but I can't figure out how to compose the arguments.

$id = $client->call('res.partner', 'message_post', array(
        $parterId,
        'body',
        'subject'
    ));

This call succesfully posts a message to the user's document but sends no email.

Am I using the right model? What arguments should I pass?

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
3
Jul 25
3423
1
Jul 25
1436
5
Mei 25
19038
0
Apr 25
1489
1
Apr 25
1885