Really remove group on products variants entry

This commit is contained in:
Alexis de Lattre
2015-12-31 19:06:55 +01:00
parent fcaf342d2a
commit b26164e05c

View File

@@ -54,7 +54,8 @@
<!-- Show the native 'Product Variants' menu entry for everybody -->
<record id="product.menu_products" model="ir.ui.menu">
<!-- related action is "product.product_normal_action_sell" -->
<field name="groups_id" eval="False"/>
<field name="groups_id" eval="[(6, 0, [])]"/>
<field name="name">Products</field>
</record>
<!-- set name as editable on product.product form -->