Add export fields for Candidate
This commit is contained in:
parent
cc036bc1e2
commit
9db8dac63d
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@ def export_candidates(modeladmin, request, queryset):
|
|||
for f in Candidate._meta.get_fields() if f.name not in ('ID', 'interview')
|
||||
])
|
||||
export_fields['Employeur'] = 'corporation__name'
|
||||
export_fields['FEE/FPP'] = 'instructor__last_name'
|
||||
export_fields['FEE/FPP_Nom'] = 'instructor__last_name'
|
||||
export_fields['FEE/FPP_Prénom'] = 'instructor__first_name'
|
||||
export_fields['FEE/FPP_email'] = 'instructor__email'
|
||||
export_fields['Prof. entretien'] = 'interview__teacher_int__abrev'
|
||||
export_fields['Correct. examen'] = 'examination_teacher__abrev'
|
||||
export_fields['Prof. dossier'] = 'interview__teacher_file__abrev'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue