[MERGE] [FIX] idea: remove filter on many2many field

bzr revid: mat@openerp.com-20130621130820-qcilacvqv2l9i3yo
This commit is contained in:
Martin Trigaux 2013-06-21 15:08:20 +02:00
commit 4808afabff
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@
<field name="category_ids"/>
<group expand="0" string="Group By...">
<filter icon="terp-personal" string="Creator" help="By Creators" context="{'group_by':'create_uid'}"/>
<filter icon="terp-stock_symbol-selection" string="Category" help="By Idea Category" context="{'group_by':'category_ids'}"/>
<filter icon="terp-stock_effects-object-colorize" string="Status" help="By States" context="{'group_by':'state'}"/>
</group>
</search>