Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4957 Visualizações

Hi, everybody is it possible to add a group_by context in a tree view? if yes how we do it? Thanks

Avatar
Cancelar
Melhor resposta

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'}"/>
Avatar
Cancelar