hi! How can I make a menuitem disappear. For example I don't want to have the menuitems 'Variants' and 'Template' in the Product menu. Of course there's the possibility of simply deleting the lines
<menuitem name="Products/Products/Variants" id="menu_product_variant_action" action="product_variant_action"/> <menuitem name="Products/Products/Templates" id="menu_product_template_action" action="product_template_action" groups="admin"/> from product_view.xml but I'd rather have it in a custom module. Maybe a similar thing like position="replace" thanks ------------------------ knerz _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
