Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2871 Prikazi
This is my code:
<record id="module_category_vender_user" model="ir.module.category">
<field name="name">Vender</field>
</record>

<record id="group_vender" model="res.groups">
<field name="name">Vender</field>
<field name="category_id" ref="website_groceries_extended.module_category_vender_user"/>
</record>

When we apply this group to internal user then we want only order menu in purchase and all other's are hide.
Avatar
Opusti
Best Answer

Hello Dharmesh,


You need to add your custom group in the menu which you want to display and for you need to override the odoo menu item for that please follow the below code: 


<record model="ir.ui.menu" id="module_id.menu_id">

  <field name="groups_id" eval="[(6,0,[ref('group_vender')])]"/>

</record>


Regards,




Email:   odoo@aktivsoftware.com

Skype: kalpeshmaheshwari

   

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
sep. 23
2663
1
okt. 22
2360
3
dec. 21
7259
0
dec. 18
2590
7
okt. 18
22400