[IMP]:account:Invoice Analysis:improved average delay invisible.

bzr revid: apa@tinyerp.com-20100709063717-63hr3liqxn3wi5tx
This commit is contained in:
apa-tiny 2010-07-09 12:07:17 +05:30
parent cfa161b3f8
commit 597e61c5fc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<field name="price_average" sum="Average Price"/>
<field name="price_total" sum="Total Price"/>
<field name="residual" sum="Total Residual" invisible="context.get('residual_invisible',False)"/>
<field name="delay_to_pay" sum="Avg. Delay To Pay" invisible="not context.get('residual_visible',False)"/>
<field name="delay_to_pay" sum="Avg. Delay To Pay" invisible="context.get('residual_invisible',False)"/>
</tree>
</field>
</record>