Search code examples
odooodoo-8odoo-9odoo-view

How to restrict user to specific stage of recruitment?


I want to add record level security in Applicant model. I want to restrict user to specific stage of recruitment process, he can see only stage that is related to him.


Solution

  • I just needed this domain

        [('name','=','First Interview')]
    

    with object hr.recruitment.stage in record rule