Skip to Content
मेन्यू
This question has been flagged
1 Reply
6070 Views

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! :)

Avatar
Discard
Best Answer

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.    


Avatar
Discard
Related Posts Replies Views Activity
2
जन॰ 16
5229
1
मार्च 16
3380
0
दिस॰ 15
3022
0
मार्च 25
1288
0
जन॰ 25
3390