mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Fix skip fusion on server when the fusion is local
This commit is contained in:
committed by
Elmeri Niemelä
parent
94df910703
commit
7285c99802
@@ -166,6 +166,8 @@ class Py3oParser(report_sxw):
|
||||
"datadict": json.dumps(datadict),
|
||||
"image_mapping": "{}",
|
||||
}
|
||||
if report_xml.py3o_is_local_fusion:
|
||||
fields['skipfusion'] = '1'
|
||||
r = requests.post(
|
||||
report_xml.py3o_server_id.url, data=fields, files=files)
|
||||
if r.status_code != 200:
|
||||
|
||||
Reference in New Issue
Block a user