FIX converted private methods called from views to public
[odoo/odoo.git] / addons / account_invoice_layout / account_invoice_layout_view.xml
index 18e7996..fe11e40 100644 (file)
@@ -9,7 +9,7 @@
                        <field name="type">form</field>
                        <field name="arch" type="xml">
                                <xpath expr="/form/notebook/page/field[@name='name']" position="before">
-                                       <field name="state" select="1" on_change="_onchange_invoice_line_view(state)" />
+                                       <field name="state" select="1" on_change="onchange_invoice_line_view(state)" />
                                        <field name="sequence"/>
                                </xpath>
                        </field>