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

I had created a module for providing user authorisation for my parent module.I had created 'csv' file for  doing that.My aim is to make the customer menu 'read,write,create' access but not 'delete' for a user.For that me created a code shown below.

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

But unfortunately every read,write,create and delete options were working.(while looking access rights for the specified user,there the access rights were correct as me given).Can anyone help me to fix the problem...!!

Аватар
Отменить
Лучший ответ

In record Rules there will be given access for delete so remove delete access from record rule after that it will work properly as per your expectation.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
сент. 23
6424
0
окт. 20
3789
5
февр. 19
8344
0
февр. 18
2706
0
мар. 15
3741