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

I have added a new user group called driver. It should be allowed to create and edit contact of customer type but should not be allowed to delete it. I have tried to restrict this group using ACL by allowing only Read, Create and Write permissions but it's not working. It can still delete contacts.

<record id="group_rr_driver" model="res.groups">

        <field name="name">Driver</field>

        <field name="category_id" ref="module_rr_helpdesk_category"/>

        <field name="comment">Comments.</field>

</record>

Thanks in advance for your help! :)

頭像
捨棄
最佳答案

Hi,

CRUD rights should work as accepted, please check for below possibilities:

1) Your user is in any other group also, having delete access for Customer object..

2) In current group, access right for customer is defined twice or more with delete access.    


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
1月 16
5218
1
3月 16
3379
0
12月 15
3018
0
3月 25
1286
0
1月 25
3383