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

【Pro 协和双语】占位符→员工证明 需增加表达式(注:需要取中、英文2种)客户模板见附件。

XMLWord打印

    • X-协和双语-Y202103201
    • 协和双语/suispdtest/UAT测试环境 测试环境地址:https://suispdtest.peoplus.cn/homepagepro/home/index 测试环境账号密码:system/1qazXDR%
    • 基础通用功能
    • 隐藏

      result = datetime.date.today().strftime('%d %B %Y')
      员工证明-确认离职日期英文
      resignation = env['employee.resignation'].search([('employee_id','=',employee.id),('x_bp_state','in',['waiting','done']),('active','=',True)])
      if resignation and resignation.confirmed_resignation_date:
      result = resignation.confirmed_resignation_date.strftime('%d %B %Y')
      else:
      result = ''
      岗位英文
      result = env['ir.translation'].search([('lang','=','en_US'),('res_id','=',employee.position_id.id),('name','=','hr.position,name')]).value

      显示
      result = datetime.date.today().strftime('%d %B %Y') 员工证明-确认离职日期英文 resignation = env ['employee.resignation'] .search([('employee_id','=',employee.id),('x_bp_state','in', ['waiting','done'] ),('active','=',True)]) if resignation and resignation.confirmed_resignation_date: result = resignation.confirmed_resignation_date.strftime('%d %B %Y') else: result = '' 岗位英文 result = env ['ir.translation'] .search( [('lang','=','en_US'),('res_id','=',employee.position_id.id),('name','=','hr.position,name')] ).value

      中文版:
      1、增加 证件号码 的表达式, 从证件信息(per.national.id) 模型里取 (中文)
      2、增加 确定离职日期 的表达式,从离职(employee.resignation) 模型里取(中文)
      3、增加 当前日期 的表达式(中文)

      英文版:
      1、增加 证件号码 的表达式, 从证件信息(per.national.id) 模型里取 (英文)
      2、增加 确定离职日期 的表达式,从离职(employee.resignation) 模型里取(英文)
      3、增加 当前日期 的表达式(英文)
      4、增加 员工姓名、入职日期、岗位的 表达式(英文),员工证明模型里有这3个字段,英文版的不知道怎么取。

            wenqiang.liu 刘文强
            cloud.xia 夏海南
            表决:
            0 为这个问题表决

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

                预估时间:
                初始预估 - 尚未指定
                尚未指定
                剩余:
                剩余的估算 - 0小时
                0小时
                实际工作时间:
                耗费时间 - 2.5小时
                2.5小时