Twinkle Christian(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-clean-search-tools-idea-tch into
lp:~openerp-dev/openobject-addons/trunk-clean-search.
Requested reviews:
Jigar Amin (OpenERP) (jam-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-clean-search-tools-idea-tch/+merge/115682
Hello Sir,
I have improved search view in idea module.
Kindly review this.
Thanks,
TCH.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-clean-search-tools-idea-tch/+merge/115682
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-clean-search.
=== modified file 'idea/idea_view.xml'
--- idea/idea_view.xml 2012-07-13 09:53:41 +0000
+++ idea/idea_view.xml 2012-07-19 09:53:22 +0000
@@ -110,22 +110,15 @@
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Ideas">
- <group>
- <field name="name" string="Idea"/>
- <separator orientation="vertical"/>
- <filter icon="terp-document-new" string="New" domain="[('state','=', 'draft')]" help="New Ideas"/>
- <filter icon="terp-camera_test" string="In Progress" domain="[('state','=', 'open')]" help="Open Ideas"/>
- <filter icon="terp-check" string="Accepted"
+ <field name="name" string="Idea"/>
+ <field name="category_ids"/>
+ <filter icon="terp-document-new" string="New" domain="[('state','=', 'draft')]" help="New Ideas"/>
+ <filter icon="terp-camera_test" string="In Progress" domain="[('state','=', 'open')]" help="Open Ideas"/>
+ <filter icon="terp-check" string="Accepted"
domain="[('state','=','close')]" help="Accepted Ideas" />
- <separator orientation="vertical"/>
- <field name="category_ids"/>
- </group>
- <newline/>
<group expand="0" string="Group By...">
<filter icon="terp-personal" string="Creator" help="By Creators" context="{'group_by':'create_uid'}"/>
- <separator orientation="vertical"/>
<filter icon="terp-stock_symbol-selection" string="Category" help="By Idea Category" context="{'group_by':'category_ids'}"/>
- <separator orientation="vertical"/>
<filter icon="terp-stock_effects-object-colorize" string="Status" help="By States" context="{'group_by':'state'}"/>
</group>
</search>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp