[FIX] Account_tax_include : company_id was missing in context

lp bug: https://launchpad.net/bugs/615324 fixed

bzr revid: jvo@tinyerp.com-20100812204513-b0hybkltpfij7og1
This commit is contained in:
Jay (OpenERP) 2010-08-13 02:15:13 +05:30
parent aef424a9f2
commit 0e9645d6ba
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,{'company_id': parent.company_id, 'price_type':parent.price_type})"/>
</field>
</field>
</record>