[FIX] product: usability fix

lp bug: https://launchpad.net/bugs/872201 fixed

bzr revid: qdp-launchpad@openerp.com-20111013071004-9pm5ci3pac0kylna
This commit is contained in:
Quentin (OpenERP) 2011-10-13 09:10:04 +02:00
parent 406c8ec8e4
commit e7075a939d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<field name="arch" type="xml">
<search string="Product">
<filter string="Services" icon="terp-accessories-archiver" domain="[('type','=','service')]"/>
<filter string="Stockable" icon="terp-accessories-archiver" domain="['|',('type','=','product'),('type','=','consu')]"/>
<filter string="Products" icon="terp-accessories-archiver" domain="['|',('type','=','product'),('type','=','consu')]" help="Both stockable and consumable products"/>
<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)]" />