コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
2915 ビュー

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
2283
0
12月 24
1033
4
10月 19
33597
1
4月 17
3788
2
3月 15
7174