跳至内容
菜单
此问题已终结
1 回复
4986 查看

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

形象
丢弃
最佳答案

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'}"/>
形象
丢弃