'project.recrutement.models.*',
'project.rh.models.AyantDroit',
'project.rh.models.Dossier',
+ 'project.rh.models.DossierInactif',
'project.rh.models.Employe',
+ 'project.rh.models.EmployeInactif',
'project.rh.models.Poste',
),
))
'project.rh.models.TypeRemuneration',
'project.rh.models.ValeurPoint',
),
+ exclude=('django.contrib.*',),
))
# append an app list module for "Inter-systèmes"
))
# append a recent actions module
- self.children.append(modules.RecentActions(_('Recent Actions'), 5))
+ #self.children.append(modules.RecentActions(_('Recent Actions'), 5))
class CustomAppIndexDashboard(AppIndexDashboard):
# append a model list module and a recent actions module
self.children += [
modules.ModelList(self.app_title,self.models),
- modules.RecentActions(
- _('Recent Actions'),
- include_list=self.get_app_content_types(),
- limit=5
- )
+ #modules.RecentActions(
+ # _('Recent Actions'),
+ # include_list=self.get_app_content_types(),
+ # limit=5
+ #)
]
return
models=(
'project.rh.models.AyantDroit',
'project.rh.models.Dossier',
+ 'project.rh.models.DossierInactif',
'project.rh.models.Employe',
+ 'project.rh.models.EmployeInactif',
'project.rh.models.Poste',
),
))
))
# append a recent actions module
- self.children.append(modules.RecentActions(
- _('Recent Actions'),
- include_list=self.get_app_content_types(),
- limit=5
- ))
+ #self.children.append(modules.RecentActions(
+ # _('Recent Actions'),
+ # include_list=self.get_app_content_types(),
+ # limit=5
+ #))