Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2929 Widoki

MENU ITEM NOT SHOW IN odoo 14 back'end mode

Awatar
Odrzuć
Autor

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

Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

thanks good that work, juste I add acces group

Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

THANKS i am create acces and that work

Powiązane posty Odpowiedzi Widoki Czynność
0
lut 21
2294
0
gru 24
1044
4
paź 19
33620
1
kwi 17
3803
2
mar 15
7207