MENU ITEM NOT SHOW IN odoo 14 back'end mode
Esta pergunta foi sinalizada
2
Respostas
4702
Visualizações
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
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
|
0
fev. 21
|
3679 | ||
|
|
0
dez. 24
|
3096 | ||
|
|
4
out. 19
|
37633 | ||
|
|
1
abr. 17
|
5978 | ||
|
|
2
mar. 15
|
9955 |
<menuitem
id="menu_element_variable"
action="action_element_variable"
parent="hr_work_entry_contract.menu_hr_payroll_configuration"
sequence="10"/>