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函数此 –