odoo/bin/report
Olivier Dony 15c38f45df [FIX] report_sxw: fix printing odt/sxw reports after regression from fix for bug 670778
The original fix introduced a safety mechanism for avoiding transmission of invalid binary data via
XML-RPC, but caused an issue for binary function fields that do not carry data as base64.
This patch fixes this problem with the printing of odt/sxw reports (via odt2odt) which does
rely on non-base64 binary data for the sxw content.

By re-decoding the unicode-wrapped binary data using the pass-through charset latin1 we 
are sure to restore the original byte values, hence the original file content.

bzr revid: odo@openerp.com-20110104115419-fa4pv1dc63f83dxi
2011-01-04 12:54:19 +01:00
..
printscreen [IMP] : base : improved Warnings 2010-10-11 15:07:09 +05:30
pyPdf [IMP] reports: remove some deprecation warnings 2010-08-26 16:14:21 +02:00
render [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading) 2011-01-04 11:13:35 +01:00
__init__.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
common.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
custom.py [FIX]custom report correction acc. to Safe_eval 2010-09-23 15:31:45 +05:30
int_to_text.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
interface.py [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading) 2011-01-04 11:13:35 +01:00
misc.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
preprocess.py [FIX] use of tail text in preprocessor of report engine 2010-05-18 16:02:42 +05:30
print_fnc.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
print_xml.py [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading) 2011-01-04 11:13:35 +01:00
report_sxw.py [FIX] report_sxw: fix printing odt/sxw reports after regression from fix for bug 670778 2011-01-04 12:54:19 +01:00