Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
2939 Zobrazení

MENU ITEM NOT SHOW IN odoo 14 back'end mode

Avatar
Zrušit
Autor

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

Nejlepší odpověď

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
Zrušit
Autor

thanks good that work, juste I add acces group

Nejlepší odpověď

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

Avatar
Zrušit
Autor

THANKS i am create acces and that work

Related Posts Odpovědi Zobrazení Aktivita
0
úno 21
2299
0
pro 24
1048
4
říj 19
33634
1
dub 17
3807
2
bře 15
7219