'project.rh.models.Poste',
)
),
+ modules.ModelList(
+ title='Log',
+ models=(
+ 'project.rh.models.ChangementPersonnel',
+ )
+ ),
]
))
'project.rh.models.TypeRevalorisation',
'project.rh.models.TypeRemuneration',
'project.rh.models.ValeurPoint',
+ 'project.rh.models.ChangementPersonnelNotifications',
),
exclude=('django.contrib.*',),
))