mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Fix py3o_template_fallback help string
--HG-- branch : odoo8
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user