Skip to Content
मेन्यू
This question has been flagged

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 ?

Avatar
Discard
Related Posts Replies Views Activity
1
मार्च 15
12938
0
जुल॰ 17
3292
2
जुल॰ 25
1473
1
मई 25
943
2
मई 25
1562