MENU ITEM NOT SHOW IN odoo 14 back'end mode
This question has been flagged
2
Odpovědi
4691
Zobrazení
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
|
0
úno 21
|
3675 | ||
|
|
0
pro 24
|
3091 | ||
|
|
4
říj 19
|
37581 | ||
|
|
1
dub 17
|
5968 | ||
|
|
2
bře 15
|
9952 |
<menuitem
id="menu_element_variable"
action="action_element_variable"
parent="hr_work_entry_contract.menu_hr_payroll_configuration"
sequence="10"/>