[REVERT] account_tax_include : revert due to crash on GTK

bzr revid: jvo@tinyerp.com-20090821150548-o6skjc64lm7cf5yi
This commit is contained in:
Jay (Open ERP) 2009-08-21 20:35:48 +05:30
parent 4aeb42972d
commit 146736688b
1 changed files with 1 additions and 1 deletions

View 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>