Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4959 Prikazi

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

Avatar
Opusti
Best Answer

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
Opusti