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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
2859
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
sept 23
|
2662 | ||
|
1
oct 22
|
2360 | ||
Get menuitem list
Resuelto
|
|
3
dic 21
|
7248 | |
|
0
dic 18
|
2586 | ||
How to delete menuitem?
Resuelto
|
|
7
oct 18
|
22392 |