I have created new group which is also inherited "See Own Leads" group. Within the group i have added a rule. Rule is
Rule Definition (Domain Filter)
[('create_uid', '=', user.id)]
If the users belongs to the group, can only see the contacts which was created by him. My condition is working fine. But while creating the contact from the user's log-in, i am getting access error. The Error is:
AccessError
The requested operation cannot be completed due to security restrictions. Please contact your system administrator.
(Document type: res.partner, Operation: read)