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

hi

How can I call a function (like jinja) on t-field in xml? Can I do it in t-value?
For example I got a data field and when I want to represent it, I want to make some changes on showing of it.
If I wanted to use jinja I wrote {{ date_field | my_filter_function }} but it doesn't work in odoo!
Thanks for helping

Avatar
Descartar
Mejor respuesta

Hi, 

To evaluate a function through XML you have to use "t-esc" instead of t-field in odoo, you can refer to additional qweb operations in the following links:             

1) Basic Qweb Operations in Odoo             

 2) https://www.odoo.com/documentation/16.0/developer/reference/frontend/qweb.html

Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
oct 22
2216
1
oct 16
5395
1
feb 24
12778
0
nov 24
685
1
may 15
5516