跳至內容
選單
此問題已被標幟
1 回覆
4987 瀏覽次數

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'}"/>
頭像
捨棄