跳至内容
菜单
此问题已终结

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 

形象
丢弃
相关帖文 回复 查看 活动
1
7月 18
7359
4
2月 25
3307
1
8月 24
2499
2
11月 24
3780
3
10月 23
15240