odoo/addons/website/models
Fabien Meghazi 4e0799e163 [FIX] _handle_exception() logic amongst requests and ir_http objects
Changes in website's ir_http#_handle_exception():

- exception is mandatory, can't be None anymore
- we don't touch non website_enabled requests
- we don't touch explicits plain responses from parent
- logic flow is now easier to read (I hope so)

Change in website's ir_http#_dispatch():

- In case of real 404, instead of returning self._handle_exception(),
  just let parent do the job (so we call super())
2014-06-25 11:47:44 +02:00
..
__init__.py [IMP] website: res_config with wizard 2014-01-27 18:38:16 +01:00
ir_http.py [FIX] _handle_exception() logic amongst requests and ir_http objects 2014-06-25 11:47:44 +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