[MERGE] purchase: lp:~openerp-dev/openobject-addons/trunk-editable_list_poline-mma

bzr revid: psi@tinyerp.com-20120822073538-h5374dcehk9sg8bq
This commit is contained in:
Purnendu Singh (OpenERP) 2012-08-22 13:05:38 +05:30
commit 4d49634e9c
1 changed files with 4 additions and 3 deletions

View File

@ -214,11 +214,12 @@
<notebook>
<page string="Purchase Order">
<field name="order_line">
<tree string="Purchase Order Lines">
<tree string="Purchase Order Lines" editable="bottom">
<field name="product_id" on_change="onchange_product_id(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id, parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)"/>
<field name="date_planned"/>
<field name="name"/>
<field name="product_qty"/>
<field name="product_uom" groups="product.group_uom"/>
<field name="product_qty" on_change="onchange_product_id(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id,parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)"/>
<field name="product_uom" groups="product.group_uom" on_change="onchange_product_uom(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id, parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)"/>
<field name="price_unit"/>
<field name="price_subtotal"/>
</tree>