# HG changeset patch # User Patrice Journoud <patrice.journoud@xcg-consulting.fr> # Date 1455125803 -3600 # Wed Feb 10 18:36:43 2016 +0100 # Branch 1.8 # Node ID 7b02571c3d3cff0cec8b9fa60009cdbab427e702 # Parent 8e7c76eb58ba5881a6188da3292f79ef10c2f18e fix regression, add analytic diff --git a/views/account_invoice.xml b/views/account_invoice.xml --- a/views/account_invoice.xml +++ b/views/account_invoice.xml @@ -231,6 +231,9 @@ <field name="date_due" attrs="{'readonly': [('payment_term', '!=', False)]}" /> </xpath> + <xpath expr="//tree[@string='Invoice Lines']" position="inside"> + <div class="oe_analytic" /> + </xpath> </field> </record> </data>