[FIX]:account:Invoice Analysis:minor changes

bzr revid: apa@tinyerp.com-20100709061641-c17xeoezd401dkp9
This commit is contained in:
apa-tiny 2010-07-09 11:46:41 +05:30
parent f282570f5e
commit ba2e0c91ae
1 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@
<field name="nbr" sum="# of Lines"/>
<field name="product_qty"/>
<field name="reconciled" sum="# Reconciled"/>
<field name="price_average" avg="Average Price"/>
<field name="price_average" sum="Average Price"/>
<field name="price_total" sum="Total Price"/>
<field name="residual" sum="Total Residual" invisible="not context.get('residual_visible',False)"/>
<field name="delay_to_pay" avg="Avg. Delay To Pay" invisible="not context.get('residual_visible',False)"/>
<field name="delay_to_pay" sum="Avg. Delay To Pay" invisible="not context.get('residual_visible',False)"/>
</tree>
</field>
</record>