mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Add access to report_xml object in report
This commit is contained in:
committed by
Laurent Mignon (ACSONE)
parent
df0c5b0405
commit
7e6a885a95
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user