Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
5079 Prikazi

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
mar. 15
13413
0
jul. 17
3667
2
jul. 25
2009
1
maj 25
1391
2
maj 25
2033