Ir al contenido
Menú
Se marcó esta pregunta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
mar 15
12783
0
jul 17
3154
2
jul 25
1259
1
may 25
780
2
may 25
1372