Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
2935 Ansichten

MENU ITEM NOT SHOW IN odoo 14 back'end mode

Avatar
Verwerfen
Autor

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

Beste Antwort

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
Verwerfen
Autor

thanks good that work, juste I add acces group

Beste Antwort

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

Avatar
Verwerfen
Autor

THANKS i am create acces and that work

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Feb. 21
2296
0
Dez. 24
1047
4
Okt. 19
33628
1
Apr. 17
3804
2
März 15
7214