I want to create a new user group called Market Managers thats displays default odoo menus . for example the structure is :
--->Market Managers (base menu)
->customer invoice(from accounting tab)
->customer refund (from accounting tab)
->products(from sales tab)
->customer
So far i have attempted to create a new menu that is only set that to the new group, However the process i have taken to achieve this is very long . I have had to inherit a lot of modules and copy a lot of xml from existing views , which leads to me receiving a lot access errors .
Is there a way a of creating new menu through python which displays menus such as customers and products but can only be seen if you assigned to a new group ?