mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] Add the possiblity to get the template from an absolute path on the server
This commit is contained in:
committed by
Elmeri Niemelä
parent
982fff840e
commit
6d4efe1360
@@ -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")])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user