Fix py3o_template_fallback help string

--HG--
branch : odoo8
pull/80/head
Jérémie Gavrel 2016-04-08 12:10:10 +02:00
parent 50cd4c6d3b
commit c766924e84
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class report_xml(osv.Model):
size=128, size=128,
help=( help=(
u"If the user does not provide a template this will be used " 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( 'report_type': fields.selection(