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

I want to override the function dispatch in HttpRequest [addons\web\http.py] in a custom module, in my new module i write this code :

class HttpRequest(openerp.addons.web.http.HttpRequest):
    def dispatch(self, method):
        """ override here """

 

But the override not work , how to implement my code ?

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 15
12902
0
7月 17
3281
2
7月 25
1429
1
5月 25
886
2
5月 25
1534