Skip to Content
Menu
This question has been flagged

I am tring  to inherit HttpRequest class and override disptch method , so i did the following :

from openerp.addons import web

class my_httprequest(web.http.HttpRequest):
    
    def dispatch(self, method):

        # new code 

 

however the original dispatch method is still being executed 

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
júl 18
7394
4
feb 25
3373
1
aug 24
2535
2
nov 24
3822
3
okt 23
15293