odoo/openerp/addons/test_new_api
Olivier Dony 13476c844d [FIX] fields.html, forum: opt-in stripping of @style attrs
For public-facing HTML content provided by the user,
`<style>` tags and `style` attributes should be stripped
automatically, as they can easily be abused to deface
pages for abusive users and spammers.
<style> tags were already stripped, the optional `strip_style`
for fields.html enables the automatic stripping of style
attributes.

This is opt-in because custom style attributes are still
desirable in trusted HTML fields.
2015-03-09 14:41:14 +01:00
..
tests [FIX] fields.html, forum: opt-in stripping of @style attrs 2015-03-09 14:41:14 +01:00
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
__openerp__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
demo_data.xml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir.model.access.csv [IMP] test_new_api: move test on delegate=True to module test_inherit 2015-02-18 16:43:20 +01:00
models.py [IMP] test_new_api: move test on delegate=True to module test_inherit 2015-02-18 16:43:20 +01:00
views.xml [FIX] test_new_api: missing parent menu 2014-08-14 16:48:32 +02:00