[FIX] invalid context

bzr revid: xmo@openerp.com-20121004082253-2i9tz09k0dmbxd39
This commit is contained in:
Xavier Morel 2012-10-04 10:22:53 +02:00
parent 0ae8036821
commit ba97319054
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
</group>
<notebook>
<page string="Invoice">
<field context="{'partner_id': partner_id, 'price_type': 'price_type' in dir() and price_type or False, 'type': type}" name="invoice_line">
<field context="{'partner_id': partner_id, 'price_type': context.get('price_type') or False, 'type': type}" name="invoice_line">
<tree string="Invoice lines" editable="bottom">
<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.currency_id, context, parent.company_id)"/>