跳至内容
菜单
此问题已终结
2 回复
2942 查看

MENU ITEM NOT SHOW IN odoo 14 back'end mode

形象
丢弃
编写者

<menuitem
id="menu_element_variable"
action="action_element_variable"
parent="hr_work_entry_contract.menu_hr_payroll_configuration"
sequence="10"/>

最佳答案

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

相关帖文 回复 查看 活动
0
2月 21
2300
0
12月 24
1053
4
10月 19
33642
1
4月 17
3809
2
3月 15
7223