Openerp 带有附件的计划电子邮件

Openerp 带有附件的计划电子邮件,openerp,odoo-10,Openerp,Odoo 10,从odoo 8发送带有附件的预定电子邮件 self.env['mail.message'].schedule_with_attach(cr, uid, email_from.value or '', [email_to], email_subject, report_body, model=model,subtype='html') 我将其用于odoo 10,但“mail.message”没有“schedule\u with\u attach”属性 如何使用附件为odoo 10的计划电子邮件

从odoo 8发送带有附件的预定电子邮件

self.env['mail.message'].schedule_with_attach(cr, uid, email_from.value or '', [email_to], email_subject, report_body, model=model,subtype='html')
我将其用于odoo 10,但“mail.message”没有“schedule\u with\u attach”属性

如何使用附件为odoo 10的计划电子邮件