Pass option for escaping False values to server
Needs https://bitbucket.org/faide/py3o.fusion/pull-requests/1pull/445/head
parent
56d631eba2
commit
2d5a6cc521
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue