콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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
7441
4
2월 25
3446
1
8월 24
2573
2
11월 24
3881
3
10월 23
15338