[FIX] Account : Usability change

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

bzr revid: jvo@tinyerp.com-20101026124154-la1x697mpxrjkpdk
This commit is contained in:
Jacara 2010-10-26 18:11:54 +05:30 committed by Jay (OpenERP)
parent f47cd9f6c5
commit 26edcb80e4
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
<search string="Accounts">
<group col="10" colspan="4">
<filter icon="terp-sale" string="Receivable Accounts" domain="[('type','=','receivable')]"/>
<filter icon="terp-purchase" string="Purchase Accounts" domain="[('type','=','purchase')]"/>
<filter icon="terp-purchase" string="Payable Accounts" domain="[('type','=','payable')]"/>
<separator orientation="vertical"/>
<field name="code"/>
<field name="name"/>