[FIX] mrp: group attribute position

group_mrp_properties is intended for the property_ids field only, not the other
parts in the "Properties" page (probably wrongly named)
This commit is contained in:
Loïc BELLIER 2015-03-19 16:13:12 +01:00 committed by Martin Trigaux
parent a93ef48a70
commit 881c10b8ec
1 changed files with 3 additions and 3 deletions

View File

@ -389,7 +389,7 @@
</tree>
</field>
</page>
<page string="Properties" groups="product.group_mrp_properties">
<page string="Properties">
<group>
<group>
<field name="position"/>
@ -404,8 +404,8 @@
<field name="product_efficiency"/>
</group>
</group>
<separator string="Properties"/>
<field name="property_ids" widget="many2many_tags"/>
<separator string="Properties" groups="product.group_mrp_properties"/>
<field name="property_ids" widget="many2many_tags" groups="product.group_mrp_properties"/>
</page>
</notebook>
<div class="oe_chatter">