Skip to Content
Menú
This question has been flagged
2 Respostes
2908 Vistes

MENU ITEM NOT SHOW IN odoo 14 back'end mode

Avatar
Descartar
Autor

<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

Avatar
Descartar
Autor

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.

Avatar
Descartar
Autor

THANKS i am create acces and that work

Related Posts Respostes Vistes Activitat
0
de febr. 21
2283
0
de des. 24
1033
4
d’oct. 19
33595
1
d’abr. 17
3788
2
de març 15
7173