Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
5085 Переглядів

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?

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
3
лип. 25
3219
1
лип. 25
1121
5
трав. 25
18592
0
квіт. 25
1251
1
квіт. 25
1701