How to apply Domain in Access Rights

Sir, how to apply Domain in access rights so that the data entered and saved by first user should not be visible to second user when he logins it.

You have to create a rule with the domain[['employee', 'in', Get(Eval('user', {}), 'employees', None)]], assuming that you already created the employee many2one field pointing to company.employee.