[FIX] pep8

pull/57/head
david.beal@akretion.com 2014-12-30 11:51:18 +01:00
parent 506fa5b0ef
commit 899fa11f97
1 changed files with 2 additions and 1 deletions

View File

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