[FIX]:account:Invoice Analysis:improved average delay
authorapa-tiny <apa@tinyerp.com>
Thu, 8 Jul 2010 12:25:51 +0000 (17:55 +0530)
committerapa-tiny <apa@tinyerp.com>
Thu, 8 Jul 2010 12:25:51 +0000 (17:55 +0530)
bzr revid: apa@tinyerp.com-20100708122551-xf64ysjko06tu964

addons/account/report/account_invoice_report_view.xml

index ee9ee49..ca89cd1 100644 (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>