[FIX] http: change the way the routing map is build
authorChristophe Simonis <chs@odoo.com>
Mon, 2 Jun 2014 13:38:02 +0000 (15:38 +0200)
committerChristophe Simonis <chs@odoo.com>
Mon, 2 Jun 2014 13:38:02 +0000 (15:38 +0200)
commit45d42d01349ee37cd29ca340ba87553170abfaed
tree4c8611ad86c05c509831242bf2911e9e98cfa9ca
parent8ac408f70eb7eaf4aaac291c67522e351051f468
[FIX] http: change the way the routing map is build

Instead of only taking direct subclasses of controllers, take the lowest controller in the hierarchy
Allowing subclassing controllers
openerp/http.py