MENU ITEM NOT SHOW IN odoo 14 back'end mode
Bu soru işaretlendi
2
Cevaplar
4866
Görünümler
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
Tartışma hoşunuza mı gidiyor? Sadece okumakla kalmayın, katılın!
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
|
0
Şub 21
|
3791 | ||
|
|
0
Ara 24
|
3231 | ||
|
|
4
Eki 19
|
38121 | ||
|
|
1
Nis 17
|
6207 | ||
|
|
2
Mar 15
|
10138 |
<menuitem
id="menu_element_variable"
action="action_element_variable"
parent="hr_work_entry_contract.menu_hr_payroll_configuration"
sequence="10"/>