Hi, everybody is it possible to add a group_by context in a tree view? if yes how we do it? Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
4963
Vistas
group_by can be used in search views only. cannot work in tree views.
you need to place something like:
<filter string="City" context="{'group_by': 'city'}"/>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse