From 50cd4c6d3bea8efeca1349a9a6f62713f5e7b5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Gavrel?= Date: Fri, 8 Apr 2016 12:05:21 +0200 Subject: [PATCH] Fix py3o_template_fallback help string --HG-- branch : odoo8 --- models/ir_report.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/models/ir_report.py b/models/ir_report.py index b8d85eb1..85733e4f 100644 --- a/models/ir_report.py +++ b/models/ir_report.py @@ -31,9 +31,10 @@ class report_xml(osv.Model): 'py3o_template_fallback': fields.char( u"Fallback", size=128, - help=(u"If the user does not provide a template this will be used " - u"it should be a relattive path to root of YOUR module", - ), + help=( + u"If the user does not provide a template this will be used " + u"it should be a relative path to root of YOUR module", + ) ), 'report_type': fields.selection( [