コンテンツへスキップ
メニュー
この質問にフラグが付けられました

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
7366
4
2月 25
3340
1
8月 24
2505
2
11月 24
3790
3
10月 23
15261