Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

I am placing a record in the database to be sent by mail using the record insert API, the record is added to the DB but the mail is not sent, which I still need to add for the mail to go out.

Url:  https://my.shop.com/web/dataset/call_kw

Json:

{
    "jsonrpc":"2.0",
    "method":"call",
    "params":{
        "context":{},
        "model":"mail.notification",
        "method":"create",
        "args":[{
            "mail_message_id":1901,
            "res_partner_id":21,
            "notification_type":"email",
            "notification_status":"ready"
        }],
        "kwargs":{
            "context":{}
        }
    }
}

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
gru 23
1153
0
lis 24
0
1
lut 23
3168
0
wrz 22
102
1
lut 24
3930