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

I need to authorise the customer form for an user as read=True,Write-True,Create=True and Delete=False

I tried this csv pattern

id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink

access_res_partner_admin_staff,"res.partner admin staff",base.model_res_partner,group_admin_staff,1,1,1,0

User permission show's as given by me in access rights but still we can delete the customer.What is the reason..???

아바타
취소
베스트 답변

Most likely the user is also in a group that permits deleting partners (contact creation for example). The highest of the rights always counts.

Try adding the user to only your group and see if that works.

아바타
취소
작성자 베스트 답변

Hi sir

The contact creation check box was in checked state for my user and when I unchecked it,it was alright and works fine.Again Thanks for your answer 

아바타
취소

You are welcome. If this helped you, please mark the answer as correct.

관련 게시물 답글 화면 활동
1
9월 23
6678
0
10월 20
4155
CAS Authentication 해결 완료
5
2월 19
8620
0
2월 18
2818
0
3월 15
3994