[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-20111123062806-39w2fffuiwrhor1h
This commit is contained in:
Divyesh Makwana (Open ERP) 2011-11-23 11:58:06 +05:30
parent cd14987bfd
commit b1f511ba9b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
attrs="{'invisible':[('layout_type','!=','article')],'required':[('layout_type','not in',['title','text','subtotal','line','break'])]}"/>
<field groups="product.group_uos" name="product_uos_qty" on_change="uos_change(product_uos, product_uos_qty, product_id)"/>
<field groups="product.group_uos" name="product_uos"/>
<field groups="product.group_uos" name="product_uos" nolabel="1"/>
<newline/>
<field