[FIX]:account:Invoice Analysis:improved average delay

bzr revid: apa@tinyerp.com-20100708122551-xf64ysjko06tu964
This commit is contained in:
apa-tiny 2010-07-08 17:55:51 +05:30
parent bcbb0f5d12
commit 0228b87107
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<field name="price_average" avg="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"/>
<field name="delay_to_pay" avg="Avg. Delay To Pay" invisible="not context.get('residual_visible',False)"/>
</tree>
</field>
</record>