Add skipfusion flag to post
parent
7ef42df456
commit
9163a2a2f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue