MENU ITEM NOT SHOW IN odoo 14 back'end mode
Cette question a été signalée
2
Réponses
4646
Vues
MENU ITEM NOT SHOW IN odoo 14 back'end mode
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
thanks good that work, juste I add acces group
Make sure you are creating Access right for model which is called by your action.
THANKS i am create acces and that work
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
0
févr. 21
|
3659 | ||
|
|
0
déc. 24
|
3032 | ||
|
|
4
oct. 19
|
37396 | ||
|
|
1
avr. 17
|
5782 | ||
|
|
2
mars 15
|
9735 |
<menuitem
id="menu_element_variable"
action="action_element_variable"
parent="hr_work_entry_contract.menu_hr_payroll_configuration"
sequence="10"/>