Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda

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 

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jul 18
7338
4
Feb 25
3254
1
Agu 24
2475
2
Nov 24
3752
3
Okt 23
15199