Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2909 Weergaven

MENU ITEM NOT SHOW IN odoo 14 back'end mode

Avatar
Annuleer
Auteur

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

Beste antwoord

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
Annuleer
Auteur

thanks good that work, juste I add acces group

Beste antwoord

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

Avatar
Annuleer
Auteur

THANKS i am create acces and that work

Gerelateerde posts Antwoorden Weergaven Activiteit
0
feb. 21
2283
0
dec. 24
1033
4
okt. 19
33595
1
apr. 17
3788
2
mrt. 15
7174