[IMP]event_sale : improve templates view

bzr revid: mma@tinyerp.com-20121003132200-bxk7i0thj3prqymp
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-10-03 18:52:00 +05:30
parent 98d979529d
commit 6c908a4b22
1 changed files with 8 additions and 0 deletions

View File

@ -709,11 +709,19 @@
<field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}"/>
<field name="cost_method"/>
</group>
<group string="Weights">
<field digits="(14, 3)" name="volume" attrs="{'readonly':[('type','=','service')]}"/>
<field digits="(14, 3)" name="weight" attrs="{'readonly':[('type','=','service')]}"/>
<field digits="(14, 3)" name="weight_net" attrs="{'readonly':[('type','=','service')]}"/>
</group>
<group name="status" string="Status">
<field name="categ_id"/>
<field name="state"/>
<field name="product_manager"/>
</group>
<group name="uom" string="Unit of Measure">
<field name="uom_id" on_change="onchange_uom(uom_id,uom_po_id)" groups="product.group_uom"/>
<field name="uom_po_id"/>