Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5301 Vistas

How it is using when we  super a function?

With .qcontext how we can pass values to templates

What is the use of context and .qcontext in controller of odoo12?

Avatar
Descartar
Mejor respuesta

If any route is passing a value to the template and you want to update the value before passing it to the template, you can just override the route.

Now, question is how would you update the value since super returns the rendered template? Answer is, using qcontext you can update the value.

Context is something that stores the user related details like company, timezone, etc. Normally context is useful to pass any value in the ORM / user define methods.

Avatar
Descartar
Autor

Thank you...

Publicaciones relacionadas Respuestas Vistas Actividad
3
may 21
9153
2
ago 25
6862
1
jun 22
8789
1
sept 21
3633
0
ago 21
95