コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5067 ビュー

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?

アバター
破棄
関連投稿 返信 ビュー 活動
3
7月 25
3179
1
7月 25
1077
5
5月 25
18545
0
4月 25
1221
1
4月 25
1681