Really remove group on products variants entry
This commit is contained in:
committed by
David Beal
parent
b29c938044
commit
8eb0f8b6a2
@@ -54,7 +54,8 @@
|
|||||||
<!-- Show the native 'Product Variants' menu entry for everybody -->
|
<!-- Show the native 'Product Variants' menu entry for everybody -->
|
||||||
<record id="product.menu_products" model="ir.ui.menu">
|
<record id="product.menu_products" model="ir.ui.menu">
|
||||||
<!-- related action is "product.product_normal_action_sell" -->
|
<!-- 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>
|
</record>
|
||||||
|
|
||||||
<!-- set name as editable on product.product form -->
|
<!-- set name as editable on product.product form -->
|
||||||
|
|||||||
Reference in New Issue
Block a user