This question has been flagged
1 Reply
5255 Views

I'm tying to limit some users to avoid customers to be deleted, therefore my understanding is that the goup they belong should not have this access right.

As an example, i have a user belonging only to the group "Sales / See own leads", this group by default has no deletion rights over Partners, and as far as I see the inherited groups don't have it either.

The problem is that even if they don't have this access right, the users are able to delete customers. ¿Is this a known bug or I'm doing something wrong?

Avatar
Discard
Best Answer

I think you have some global ir.rule allowing to delete any partner of your company regardless of the groups you are in. Maybe you should remove the Delete right on this rule and create a new one just for the group you want.

Avatar
Discard
Author

Based on your hint I checked global rules and also ACLs, and finally found that by default the "Contact Creation" ACL has the delete right enabled. Thanks!