Ravish Murari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-usability2-improve_search-rmu into
lp:~openerp-dev/openobject-addons/trunk-usability2.
Requested reviews:
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability2-improve_search-rmu/+merge/79060
hello sir
I have done all changes .pls check
Thanks
Ravish
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability2-improve_search-rmu/+merge/79060
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-usability2.
=== modified file 'product/product_view.xml'
--- product/product_view.xml 2011-09-29 05:14:07 +0000
+++ product/product_view.xml 2011-10-12 05:51:24 +0000
@@ -9,8 +9,9 @@
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Product">
+ <filter string="Consumable" icon="terp-accessories-archiver" domain="[('type','=','consu')]"/>
+ <filter string="Stockable" icon="terp-accessories-archiver" domain="[('type','=','product')]"/>
<filter string="Services" icon="terp-accessories-archiver" domain="[('type','=','service')]"/>
- <filter string="Stockable" icon="terp-accessories-archiver" domain="['|',('type','=','product'),('type','=','consu')]"/>
<separator orientation="vertical"/>
<filter string="To Sell" name="filter_to_sell" icon="terp-accessories-archiver-minus" domain="[('sale_ok','=',1)]"/>
<filter name="filter_to_purchase" string="To Purchase" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]" />
_______________________________________________
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