odoo/addons/website/models
Martin Trigaux a096ae0080 [FIX] http: force rolleback for failed http request
1st issue:
When an exception was raised, it was badly handled by the website in case of
website_enabled key. The response page was generated without calling super.
The WebRequest object being responsible to rollback the transaction in case
of errors.

2sd issue:
The _failed attribute is required to rollback the transaction in an WebRequest
object. Previously it was only set in the JsonRequest object (which inherit
from WebRequest), replace by call to super. The attribute _failed is now set
in the WebRequest object.
2014-05-21 19:12:37 +02:00
..
__init__.py [IMP] website: res_config with wizard 2014-01-27 18:38:16 +01:00
ir_http.py [FIX] http: force rolleback for failed http request 2014-05-21 19:12:37 +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