Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
3930 Представления

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.

Related Posts Ответы Просмотры Активность
1
сент. 23
6501
0
окт. 20
3901
5
февр. 19
8464
0
февр. 18
2734
0
мар. 15
3805