[IMP] Add the possiblity to get the template from an absolute path on the server

This commit is contained in:
Laurent Mignon
2016-10-04 09:52:00 +02:00
committed by Elmeri Niemelä
parent 982fff840e
commit 6d4efe1360
2 changed files with 18 additions and 11 deletions

View File

@@ -38,7 +38,8 @@ class ReportXml(models.Model):
size=128,
help=(
"If the user does not provide a template this will be used "
"it should be a relative path to root of YOUR module"
"it should be a relative path to root of YOUR module "
"or an absolute path on your server."
))
report_type = fields.Selection(selection_add=[('py3o', "Py3o")])