[IMP] ir_actions: added model_id in the group_by filters

for server actions. This is considered as an usability fix, therefore
landing in saas-2 instead of trunk.

bzr revid: tde@openerp.com-20131104104334-gtitchim5aju5ths
This commit is contained in:
Thibault Delavallée 2013-11-04 11:43:34 +01:00
parent 3df2242b68
commit 5f9167c03a
1 changed files with 2 additions and 1 deletions

View File

@ -537,7 +537,8 @@
<field name="model_id"/>
<field name="state"/>
<group expand="0" string="Group By" colspan="4" col="4">
<filter string="Action Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'state'}"/>
<filter string="Action Type" domain="[]" context="{'group_by':'state'}"/>
<filter string="Model" domain="[]" context="{'group_by':'model_id'}"/>
</group>
</search>
</field>