first of all i new in odoo so maybe my question in very simple
i make a new rule :
name : personal contact
object : contact
domain filter : [('user_id','=',user.id)]
my purpose was that any user in each unit like sale's user or purchase's user couldn't access to any contact that any body make that.purchase dosen't access to customer info & sale dose not see vendor information .
after do this,my problem solved but i can't make RFQ or sale order ,and see this error when i push Create Bottom :
The requested operation ("read" on "Users" (res.users)) was rejected because of the following rules:
(Records: False (id=2), User: False (id=2))
Implicitly accessed through 'Users' (res.users).
plz help me