Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5003 มุมมอง

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'}"/>
อวตาร
ละทิ้ง