odoo/addons/website/models
Olivier Dony a7aa853737 [FIX] website: exception handling: let redirects pass untouched
The website module normally tries to render user-friendly
error pages for any error occurring during the processing
of a website-enabled request.
This happens even for werkzeug's HTTPExceptions that have
their own response, because we want the website layout to
be applied on top of the error page.

One special sort of HTTPException should be preserved
without rewriting: the manually-crafted ones generated
with abort(), and usually wrapping a redirect response,
which bears no alteration.
2014-06-27 13:04:31 +02:00
..
__init__.py [IMP] website: res_config with wizard 2014-01-27 18:38:16 +01:00
ir_http.py [FIX] website: exception handling: let redirects pass untouched 2014-06-27 13:04:31 +02:00
ir_qweb.py [FIX] ir.qweb: avoid errors with function fields of type datetime 2014-04-01 18:06:23 +02:00
ir_ui_view.py [REM] 4-spaces indent for web view pretty-print-before-save routine 2014-03-21 08:54:19 +01:00
res_config.py [FIX] website: website settings should inherit of res.config.settings and not base.config.settings, as it create a new page settings, instead of extending one 2014-02-26 18:11:14 +01:00
test_models.py [IMP] website tests: unicode test attributes to avoid warnings in auto_init when comparing attr values 2014-01-30 17:26:15 +01:00
website.py [REV] backout xmo@openerp.com-20140303153855-5f2l8v0jq2mgb26f, schemas should not be altered in saas-3 2014-03-04 14:21:01 +01:00