mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Add skipfusion flag to post
This commit is contained in:
@@ -24,6 +24,7 @@ The py3o.template package is required; install it with:
|
||||
'py3o_template.xml',
|
||||
'py3o_server.xml',
|
||||
'data/py3o.fusion.filetype.csv',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@ class py3o_report(report_sxw):
|
||||
"targetformat": filetype.fusion_ext,
|
||||
"datadict": "{}",
|
||||
"image_mapping": "{}",
|
||||
"skipfusion": True,
|
||||
}
|
||||
r = requests.post(fusion_server.url, data=fields, files=files)
|
||||
chunk_size = 1024
|
||||
|
||||
Reference in New Issue
Block a user