)
),
modules.ModelList(
- title='Gestion des candidatures',
+ title='Recrutement',
models=(
'auf.django.emploi.models.OffreEmploi',
'project.recrutement.models.ProxyOffreEmploi',
'project.rh.models.Poste',
)
),
+ modules.ModelList(
+ title='Log',
+ models=(
+ 'project.rh.models.ChangementPersonnel',
+ )
+ ),
]
))
+
if in_drh_or_admin(request.user):
revisions = get_active_revisions()[:10]
children = []
'project.rh.models.TypeRevalorisation',
'project.rh.models.TypeRemuneration',
'project.rh.models.ValeurPoint',
+ 'project.rh.models.ChangementPersonnelNotifications',
),
exclude=('django.contrib.*',),
))