diff --git a/scheduler_error_mailer/ir_cron.py b/scheduler_error_mailer/ir_cron.py index 32af1d20b..649c55e51 100644 --- a/scheduler_error_mailer/ir_cron.py +++ b/scheduler_error_mailer/ir_cron.py @@ -35,7 +35,8 @@ class ir_cron(orm.Model): _inherit = "ir.cron" _columns = { - 'email_template_id': fields.many2one('email.template', + 'email_template_id': fields.many2one( + 'email.template', 'Error E-mail Template', oldname="email_template", help="Select the email template that will be "