[FIX]:account:Invoice Analysis:minor changes(Add sum of qty)

bzr revid: apa@tinyerp.com-20100709070010-f7e9yw491zn791m7
This commit is contained in:
apa-tiny 2010-07-09 12:30:10 +05:30
parent da52d3a2c8
commit c9b6b9444e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<field name="partner_bank" invisible="1"/>
<field name="account_id" invisible="1"/>
<field name="nbr" sum="# of Lines"/>
<field name="product_qty"/>
<field name="product_qty" sum="Qty"/>
<field name="reconciled" sum="# Reconciled"/>
<field name="price_average" sum="Average Price"/>
<field name="price_total" sum="Total Price"/>