MENU ITEM NOT SHOW IN odoo 14 back'end mode
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
2924
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Feb 21
|
2292 | ||
|
0
Des 24
|
1037 | ||
|
4
Okt 19
|
33607 | ||
|
1
Apr 17
|
3798 | ||
|
2
Mar 15
|
7187 |
<menuitem
id="menu_element_variable"
action="action_element_variable"
parent="hr_work_entry_contract.menu_hr_payroll_configuration"
sequence="10"/>