[FIX] pep8
parent
506fa5b0ef
commit
899fa11f97
|
@ -35,7 +35,8 @@ class ir_cron(orm.Model):
|
||||||
_inherit = "ir.cron"
|
_inherit = "ir.cron"
|
||||||
|
|
||||||
_columns = {
|
_columns = {
|
||||||
'email_template_id': fields.many2one('email.template',
|
'email_template_id': fields.many2one(
|
||||||
|
'email.template',
|
||||||
'Error E-mail Template',
|
'Error E-mail Template',
|
||||||
oldname="email_template",
|
oldname="email_template",
|
||||||
help="Select the email template that will be "
|
help="Select the email template that will be "
|
||||||
|
|
Loading…
Reference in New Issue