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
12952
0
jul 17
3300
2
jul 25
1480
1
may 25
951
2
may 25
1575