odoo8 email

时间:2023-03-09 03:09:44
odoo8 email

?? return 地址和 from 地址不一致,为什么不能发送成功? replay地址。

根据对象(比如purchase.order)发送邮件,可以通过supermessage_get_email_values 方法来完善和修改 email.email的字段内容

mail_thread的中 void 方法。

def message_get_email_values(self, cr, uid, id, notif_mail=None, context=None):
""" Get specific notification email values to store on the notification
mail_mail. Void method, inherit it to add custom values. """