fix scheduler_error_mailer
parent
c34278188e
commit
b99c74b79a
|
@ -63,7 +63,7 @@ class ir_cron(orm.Model):
|
|||
context)
|
||||
|
||||
self.pool['email.template'].send_mail(
|
||||
cr, SUPERUSER_ID, my_cron.email_template.id, my_cron.id,
|
||||
cr, SUPERUSER_ID, my_cron.email_template_id.id, my_cron.id,
|
||||
force_send=True, context=context)
|
||||
|
||||
return res
|
||||
|
|
Loading…
Reference in New Issue