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