odoo/addons/website/models
Xavier Morel a1463c60b3 [CHG] **kw don't prevent url searching/listing anymore
After discussion and addition of support for the methods parameter (on
@route), it's been determined that:

* POST endpoint must set up method correctly

* **kw on GET endpoints must be completely optional, mandatory query
    arguments should be added as formal parameters without a default
    values

* URLs can thus be generated for methods with **kw, simply by ignoring
  it entirely

bzr revid: xmo@openerp.com-20131119154254-vp0zfnzjvi451vv0
2013-11-19 16:42:54 +01:00
..
__init__.py [FIX] altered trunk routing stuff, bring website converters back in website 2013-11-15 14:26:26 +01:00
ir_http.py [FIX] fix ModelConverter.regex for realsies 2013-11-19 12:32:05 +01:00
ir_qweb.py [IMP] preprocess static @href|src|action, static url doesn't need t-href anymore 2013-11-12 15:44:42 +01:00
ir_rule.py [IMP] website: ir.rule: add the http secure session in the eval context for access rules evaluation. 2013-10-10 11:02:29 +02:00
ir_ui_view.py [FIX] drop when no dropzone, [IMP] Jobs layout 2013-11-16 09:53:50 +01:00
test_models.py [FIX] move conversion code from ir.fields.converter into website.qweb structures 2013-10-09 15:31:12 +02:00
website.py [CHG] **kw don't prevent url searching/listing anymore 2013-11-19 16:42:54 +01:00