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(