跳至內容
選單
此問題已被標幟
2 回覆
3919 瀏覽次數

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
6494
0
10月 20
3886
5
2月 19
8436
0
2月 18
2733
0
3月 15
3788