如何将用户限制在招聘的特定阶段?
How to restrict user to specific stage of recruitment?
我想在申请人模型中添加记录级别安全 。我想restrict
user
到recruitment process
的特定阶段,他只能看到与他相关的stage
。
我刚好需要这个domain
[('name','=','First Interview')]
对象 hr.recruitment.stage
在 record rule
我想在申请人模型中添加记录级别安全 。我想restrict
user
到recruitment process
的特定阶段,他只能看到与他相关的stage
。
我刚好需要这个domain
[('name','=','First Interview')]
对象 hr.recruitment.stage
在 record rule