[IMP]Added group to the label for routing_id field

bzr revid: dhr@tinyerp.com-20121127130101-k93zb25drgzwmlqb
This commit is contained in:
dhr 2012-11-27 18:31:01 +05:30
parent a652624909
commit 7eca5a2cbb
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@
<label string="-" attrs="{'invisible':[('product_uos','=',False)]}" class="oe_inline"/>
<field name="product_uos" class="oe_inline"/>
</div>
<label for="routing_id" class="oe_inline"/>
<label for="routing_id" class="oe_inline" groups="mrp.group_mrp_routings"/>
<div groups="mrp.group_mrp_routings">
<field name="routing_id" class="oe_inline"/>
</div>