[REVERT] account_tax_include : revert due to crash on GTK
[odoo/odoo.git] / addons / account_tax_include / invoice_tax_incl.xml
index 2fee7eb..2da7895 100644 (file)
@@ -58,7 +58,7 @@
             <field name="inherit_id" ref="account.invoice_supplier_form"/>
             <field name="arch" type="xml">
                 <field name="product_id" position="replace">
-                    <field name="product_id" on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.address_invoice_id, price_type=parent.price_type)"/>
+                    <field name="product_id" on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.address_invoice_id, parent.price_type)"/>
                 </field>
             </field>
         </record>