コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4958 ビュー

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'}"/>
アバター
破棄