Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4953 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 7 25
2921
1
thg 7 25
751
5
thg 5 25
18178
0
thg 4 25
1067
1
thg 4 25
1556