Browse Source

[FIX] pep8

pull/57/head
david.beal@akretion.com 10 years ago
parent
commit
899fa11f97
  1. 3
      scheduler_error_mailer/ir_cron.py

3
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 "

Loading…
Cancel
Save