odoo/bin
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
..
addons [IMP] better menu tip for modules 2011-01-04 11:18:47 +01:00
ir [FIX] mutable default in ir 2010-07-22 15:28:35 +02:00
osv [FIX] report_sxw: fix printing odt/sxw reports after regression from fix for bug 670778 2011-01-04 12:54:19 +01:00
pychart Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
report [FIX] report_sxw: fix printing odt/sxw reports after regression from fix for bug 670778 2011-01-04 12:54:19 +01:00
service web_services: use pg_dump in batch mode. 2010-12-14 18:30:03 +02:00
test [ADD] test: added smoke test for tools.translate.quote and unquote 2010-11-16 13:43:28 +01:00
tools [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading) 2011-01-04 11:13:35 +01:00
wizard Merged with stable 2010-02-16 12:01:14 +05:30
workflow [REM] base, workflow: removed res.roles object, replaced by dedicated res.groups 2010-10-13 23:53:40 +02:00
PKG-INFO [REL] 5.0.7 2009-12-03 14:51:08 +01:00
__init__.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
import_xml.rng [FIX] convert,rng: <act_window> should support unambiguous view_id attribute 2010-11-27 04:03:04 +01:00
netsvc.py [merge] 2010-12-08 11:52:49 +01:00
openerp-server.py merge 2010-12-29 19:58:33 +01:00
pooler.py [IMP] report: moved the register_all() function as a method of ir.actions.report.xml model, to make it easier to inherit/extend for additional report engines 2010-10-01 13:25:52 +02:00
release.py [IMP] update version number 2011-01-03 13:34:12 +01:00
run_tests.py [IMP] osv.query,orm: removed trailing whitespace introduced by previous commits 2010-10-01 18:54:11 +02:00
sql_db.py [MERGE+FIX] fixes for translations,sequence,copy,error messages - some patches courtesy of Margarita Manterola and Don Kirkby 2010-11-30 12:09:40 +01:00
tiny_socket.py [REVIEW]: code formatting and add comment 2010-03-11 11:21:33 +05:30