odoo/openerp/addons/test_converter
Olivier Dony 6b85d80f23 [FIX] Wrap werkzeug.utils.escape() to accomodate signature change in 0.9
We always want to escape quotes (") as part of the process of
generating HTML output. This option (quote=True) turned into
an implicit flag with a DeprecationWarning in werkzeug 0.9.0
It is likely to disappear in a future release of werkzeug too.
A wrapper avoids this warning without loss of compatibility
2014-06-10 18:46:40 +02:00
..
tests [FIX] Wrap werkzeug.utils.escape() to accomodate signature change in 0.9 2014-06-10 18:46:40 +02:00
__init__.py move tests 2014-02-09 01:37:45 +01:00
__openerp__.py move tests 2014-02-09 01:37:45 +01:00
ir.model.access.csv move tests 2014-02-09 01:37:45 +01:00
models.py move tests 2014-02-09 01:37:45 +01:00