Appraisal 50 Appraisal Officer Appraisal HR Manager Appraisal Administrator User can only see his/her own appraisals [('user_id','=',user.id),('state','!=','draft')] User can only see the records of people under him/her [('reviewers_name.user_id','=',user.id),('state','!=','draft')] User can only see the all the appraisal records where he/she is set as HR [('appraisal_hr_id','=',user.id)] User can only see the all the appraisal records where he/she is set as MD [('appraisal_md_id','=',user.id)]