Browse Source

Fix py3o_template_fallback help string

--HG--
branch : odoo8
pull/80/head
Jérémie Gavrel 8 years ago
parent
commit
c766924e84
  1. 2
      models/ir_report.py

2
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(

Loading…
Cancel
Save