[REVERT] account_tax_include : revert due to crash on GTK
authorJay (Open ERP) <jvo@tinyerp.com>
Fri, 21 Aug 2009 15:05:48 +0000 (20:35 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Fri, 21 Aug 2009 15:05:48 +0000 (20:35 +0530)
bzr revid: jvo@tinyerp.com-20090821150548-o6skjc64lm7cf5yi

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>