跳至內容
選單
此問題已被標幟

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
7343
4
2月 25
3273
1
8月 24
2481
2
11月 24
3763
3
10月 23
15211