bzr revid: fp@fp-laptop-20101015220357-k89fr0ooa5f5yfcx
This commit is contained in:
fp 2010-10-16 00:03:57 +02:00
parent db6ee299b9
commit bf9d455d68
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="Consumable/Stockable" icon="terp-accessories-archiver" domain="['|',('type','=','product'),('type','=','consu')]"/>
<filter string="Stockable" icon="terp-accessories-archiver" domain="['|',('type','=','product'),('type','=','consu')]"/>
<separator orientation="vertical"/>
<filter string="To Sell" icon="terp-accessories-archiver-minus" domain="[('sale_ok','=',1)]"/>
<filter string="To Purchase" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]" />