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