1
`<group expand="0" string="Group By...">
<filter string="Creator" help="By Responsible" context="{'group_by': 'user_id'}"/>
<filter string="Status" help="By State" context="{'group_by': 'state'}"/>
<filter string="categorys" help="By Category" context="{'group_by':'category_ids'}"/>
</group>`
- 第三個過濾器不是groupby。因爲category_ids字段有許多關係。
- 給我一個可能與否的答案。
我們如何編寫Python函數此 –