[IMP]product: remove group string from Units of Measure form

bzr revid: kjo@tinyerp.com-20120626060207-59zua0wwuenxzx4l
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-06-26 11:32:07 +05:30
parent a35bfba2e1
commit 35317cc2cd
1 changed files with 2 additions and 2 deletions

View File

@ -407,12 +407,12 @@
<field name="arch" type="xml">
<form string="Units of Measure" version="7.0">
<group>
<group string="Unit of Measure Properties">
<group>
<field name="name"/>
<field name="category_id"/>
<field name="active"/>
</group>
<group string="Ratio &amp; Precision">
<group>
<field name="uom_type" on_change="onchange_type(uom_type)"/>
<field name="rounding"/>
<field name="factor" attrs="{'invisible':[('uom_type','!=','smaller')]}"/>