在依赖模块添加需要的字段,hiredate for record in self: local_time = time.localtime() if record.x_date1: hiredate = time.strptime(record.x_date1, "%Y-%m-%d") inner_school_age = round((time.mktime(local_time) - time.mktime(hiredate)) / (365 * 24 * 60 * 60),3) record['x_gongling'] = inner_school_age else: record['x_gongling'] = 0
自定义字段需要加一个 计算规则的显示 计算逻辑位: 员工身上的(加入公司日期 到今天位置的天数 /365 保留4位小数)
mhd https://mhduat.peoplus.cn/web system 123456