Browse Source

Add access to report_xml object in report

14.0-report-py3o-pr-506
Alexis de Lattre 7 years ago
committed by default
parent
commit
71079a1c43
  1. 1
      report_py3o/py3o_parser.py

1
report_py3o/py3o_parser.py

@ -61,6 +61,7 @@ def defautl_extend(report_xml, localcontext):
# add the base64decode function to be able do decode binary fields into
# the template
localcontext['b64decode'] = b64decode
localcontext['report_xml'] = report_xml
class Py3oParser(report_sxw):

Loading…
Cancel
Save