Comment 0 for bug 1099071

Revision history for this message
sadine (sidahmed-dine) wrote :

Dear All,

As Administrator, I create a record rule to restrict access to contacts. Bellow the rule definition for object "res.partner":

['|','|',('user_id','=',user.id),('user_id','=',False),('parent_id.user_id','=',user.id)]

Read access only. Then, I attached the "See Own leads" group to this rule.

When I user of this group try to tape any in the "select (search) bar" of the Sales/Clients menu, He got the following error:

Acces denied
The requested operation cannot be completeddue to security restrictions ...
Document type: Partner, Operation: Read)

I tried this in a new database. Still same problem.