[FIX] sale_layout : From view of sale.order.line is not good

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

bzr revid: mdi@tinyerp.com-20111123061903-mydbuatehhl0rc7p
This commit is contained in:
Divyesh Makwana (Open ERP) 2011-11-23 11:49:03 +05:30
parent 0e8b913842
commit cd14987bfd
1 changed files with 1 additions and 3 deletions

View File

@ -18,10 +18,8 @@
<notebook>
<page string="Order Line">
<group colspan="4" col="5">
<field name="layout_type" on_change="onchange_sale_order_line_view(layout_type)"/>
<field colspan="3" name="layout_type" on_change="onchange_sale_order_line_view(layout_type)"/>
<field name="sequence" groups="base.group_extended"/>
</group>
<group colspan="4" col="5">
<field colspan="3"
context="{'partner_id':parent.partner_id,'quantity':product_uom_qty,'pricelist':parent.pricelist_id,'shop':parent.shop_id,'uom':product_uom}"
name="product_id"