From a67a768a3d5bf832f8cd3c8fed313fec3357124c Mon Sep 17 00:00:00 2001 From: BALDE Date: Wed, 25 Apr 2018 14:21:56 +0200 Subject: [PATCH] [MIG] mail_template_multi_report: make flake8 happy --- mail_template_multi_report/__manifest__.py | 2 +- .../models/mail_template_report_line.py | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/mail_template_multi_report/__manifest__.py b/mail_template_multi_report/__manifest__.py index 9ebf875e..5af8e496 100644 --- a/mail_template_multi_report/__manifest__.py +++ b/mail_template_multi_report/__manifest__.py @@ -20,4 +20,4 @@ 'installable': True, 'application': False, 'auto_install': False, -} \ No newline at end of file +} diff --git a/mail_template_multi_report/models/mail_template_report_line.py b/mail_template_multi_report/models/mail_template_report_line.py index bdfc8713..8350fec2 100644 --- a/mail_template_multi_report/models/mail_template_report_line.py +++ b/mail_template_multi_report/models/mail_template_report_line.py @@ -21,14 +21,15 @@ class MailTemplateReportLine(models.Model): translate=True, help='Name to use for the generated report ' 'file (may contain placeholders)\n' - 'The extension can be omitted and will then come from the report type.' + 'The extension can be omitted and will ' + 'then come from the report type.' ) condition = fields.Char( string='Condition', - help='An expression evaluated to determine if the report is ' - 'to be attached to the email. If blank, the report will always be ' - 'attached.' + help='An expression evaluated to determine if the ' + 'report is to be attached to the email. ' + 'If blank, the report will always be attached.' ) report_template_id = fields.Many2one(