Skip to Content
Menu
This question has been flagged
2 Replies
2944 Rodiniai

MENU ITEM NOT SHOW IN odoo 14 back'end mode

Portretas
Atmesti
Autorius

<menuitem
id="menu_element_variable"
action="action_element_variable"
parent="hr_work_entry_contract.menu_hr_payroll_configuration"
sequence="10"/>

Best Answer

Hi , 

You need to give access rights to the menu and model

Eg:

<menuitem id="menu_element_variable" action="action_element_variable" parent="hr_work_entry_contract.menu_hr_payroll_configuration" groups="base.group_user" sequence="10"/>




and add the security in the ir.model.access.csv file as follows

access_name,security_name,model_name,base.group_user,1,1,1,1 

Regards

Portretas
Atmesti
Autorius

thanks good that work, juste I add acces group

Best Answer

Make sure you are creating Access right for model which is called by your action.

Portretas
Atmesti
Autorius

THANKS i am create acces and that work

Related Posts Replies Rodiniai Veikla
0
vas. 21
2302
0
gruod. 24
1055
4
spal. 19
33651
1
bal. 17
3812
2
kov. 15
7226