[FIX] Idea: remove category_ids from search view as group by is not possible on many2many field(Maintenance case: 585170)

bzr revid: han@tinyerp.com-20130228092723-cxdcd3jvvz39oj4t
This commit is contained in:
Hardik Ansodariya 2013-02-28 14:57:23 +05:30
parent b4949e3ca4
commit ef17282f05
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>