上传的图像用于项目: 'CST技术支持'
  1. CST技术支持
  2. SLAL2-1202

17作业合同审批流修改续签逻辑

XMLWord打印

    • Icon: Change Change
    • 解决结果: 完成
    • Icon: High High
    • 202010
    • Y-易路产品-
    • 17zuoye
    • 基础通用功能
    • 隐藏

      result = True
      contracts = env['hr.contract'].search_count([('employee_id','=',record.employee_id.id),('is_last_hire_employee_info','=',True),('contract_agreement_category','=','labor_contract'),('state', '=', 'done')])
      if contracts and record.contract_total_count - contracts > 1:
      result = False

      显示
      result = True contracts = env ['hr.contract'] .search_count( [('employee_id','=',record.employee_id.id),('is_last_hire_employee_info','=',True),('contract_agreement_category','=','labor_contract'),('state', '=', 'done')] ) if contracts and record.contract_total_count - contracts > 1: result = False

      需求背景:17作业正式员工更换法人实体,不算初签,还是算需求。
      需求:
      集团签订次数-重新雇用前员工劳动合同签订次数>1时,走续签审批流。

            wenqiang.liu 刘文强
            zhongshm 钟时敏
            表决:
            0 为这个问题表决

              创建日期:
              已更新:
              已解决: