odoo/openerp/addons
Olivier Dony d1b0d2586b [FIX] ir.qweb: rendering non-string attributes could cause unicode errors (Issue #282)
This occurs because werkzeug.utils.escape() auto-casts
non-basestring values to unicode, while we expect to be
working with bytestrings only.
So when evaluating attribute values, make sure we always
return bytestring values, never int, bool or unicode.
2014-06-05 10:11:23 +02:00
..
base [FIX] ir.qweb: rendering non-string attributes could cause unicode errors (Issue #282) 2014-06-05 10:11:23 +02:00
test_convert move tests 2014-02-09 01:37:45 +01:00
test_converter [FIX] test_converter: force inherit_branding by passing the right context 2014-03-17 18:07:06 +01:00
test_exceptions move tests 2014-02-09 01:37:45 +01:00
test_impex [MERGE] forward port of branch saas-3 up to revid 5093 chs@openerp.com-20140318114540-l50kmo4azb57g31x 2014-03-18 13:41:12 +01:00
test_limits move tests 2014-02-09 01:37:45 +01:00
test_uninstall move tests 2014-02-09 01:37:45 +01:00
test_workflow move tests 2014-02-09 01:37:45 +01:00
__init__.py move tests 2014-02-09 01:37:45 +01:00