[IMP] product : Rename the filter 'To Purchase' Into 'Can be Purchased' and Rename the filter 'To sell' Into 'Can be Sold' (to be cosistent with form view).

bzr revid: mdi@tinyerp.com-20120720114006-odtvxct3gkg2byql
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-07-20 17:10:06 +05:30
parent 9809b7def0
commit a7b71cca95
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
<separator orientation="vertical"/>
<filter string="Services" icon="terp-accessories-archiver" domain="[('type','=','service')]"/>
<filter string="Products" icon="terp-accessories-archiver" domain="['|',('type','=','product'),('type','=','consu')]" help="Both stockable and consumable products"/>
<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)]"/>
<filter string="Can be Sold" name="filter_to_sell" icon="terp-accessories-archiver-minus" domain="[('sale_ok','=',1)]"/>
<filter name="filter_to_purchase" string="Can be Purchased" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]"/>
<separator orientation="vertical"/>
<field name="categ_id" widget="selection" operator="child_of"/>
<group expand="0" string="Context...">