Browse Source

Pass option for escaping False values to server

Needs https://bitbucket.org/faide/py3o.fusion/pull-requests/1
14.0-report-py3o-pr-506
Guewen Baconnier 7 years ago
committed by default
parent
commit
fee0c30aa6
  1. 1
      report_py3o/README.rst
  2. 1
      report_py3o/models/py3o_report.py

1
report_py3o/README.rst

@ -239,6 +239,7 @@ Contributors
* Florent Aide (`XCG Consulting <http://odoo.consulting/>`_)
* Laurent Mignon <laurent.mignon@acsone.eu>,
* Alexis de Lattre <alexis.delattre@akretion.com>,
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
Maintainer

1
report_py3o/models/py3o_report.py

@ -266,6 +266,7 @@ class Py3oReport(models.TransientModel):
"targetformat": filetype,
"datadict": json.dumps(datadict),
"image_mapping": "{}",
"escape_false": "on",
}
if report_xml.py3o_is_local_fusion:
fields['skipfusion'] = '1'

Loading…
Cancel
Save