콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3063 화면

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
2390
0
12월 24
1197
4
10월 19
34030
1
4월 17
3998
2
3월 15
7422