在计算中:for record in self:
record['x_total_score'] = record.x_work_performance+record.x_operation_ability+record.x_learn_ability+record.x_execute_ability+record.x_communication_ability+record.x_work_attitude+record.x_company_identity+record.x_disciplinary_performance+record.x_attendance_performance
把计算需要的字段以逗号隔开写在依赖模块里:x_work_performance, x_operation_ability,x_learn_ability,x_execute_ability,x_communication_ability,x_work_attitude,x_company_identity,x_disciplinary_performance,x_attendance_performance,
在计算中:for record in self:
record ['x_total_score'] = record.x_work_performance+record.x_operation_ability+record.x_learn_ability+record.x_execute_ability+record.x_communication_ability+record.x_work_attitude+record.x_company_identity+record.x_disciplinary_performance+record.x_attendance_performance