[IMP] account: invoice analysis usability changes

bzr revid: qdp-launchpad@tinyerp.com-20100908161836-6rxtlo663s36h97v
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-09-08 18:18:36 +02:00
parent d099f67c3b
commit 108d916ef0
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@
domain="['|', ('state','=','proforma'),('state','=','proforma2')]"
help = "Pro-forma Invoices"/>
<separator orientation="vertical"/>
<filter icon="terp-check" string="Customer"
<filter icon="terp-sale" string="Customer"
domain="['|', ('type','=','out_invoice'),('type','=','out_refund')]"
help="Customer Invoices And Refunds"/>
<filter icon="terp-check"
<filter icon="terp-purchase"
string="Supplier"
separator="1"
domain="['|', ('type','=','in_invoice'),('type','=','in_refund')]"