From c766924e84b4a5a9f826c033c2e4813c710fe231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Gavrel?= Date: Fri, 8 Apr 2016 12:10:10 +0200 Subject: [PATCH] Fix py3o_template_fallback help string --HG-- branch : odoo8 --- models/ir_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ir_report.py b/models/ir_report.py index 85733e4f..106bd332 100644 --- a/models/ir_report.py +++ b/models/ir_report.py @@ -33,7 +33,7 @@ class report_xml(osv.Model): size=128, 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", + u"it should be a relative path to root of YOUR module" ) ), 'report_type': fields.selection(