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

https://prnt.sc/r0qdkv

Hi Odooers as you can see in the image there is a create button in the popup and this popup is opened from many2many field.

I tried to remove it from the ir.model.access.csv file by removing the create rights but after that i am unable to select the fields in many2many fields

<field name="field" options="{'no_quick_create':True, 'no_create_edit':True}"/>

it is also not working

아바타
취소
베스트 답변

Hello,

Can you try:


<field name="field_name" options="{'no_create': True}"/>


아바타
취소
관련 게시물 답글 화면 활동
1
12월 19
4445
1
10월 23
2157
0
5월 16
5066
0
10월 24
1738
0
4월 24
1991