From: PA Parent Date: Wed, 21 Dec 2011 20:06:46 +0000 (-0500) Subject: Employé: Acceent sur employé commentaire X-Git-Tag: DAE+RH~238^2~4 X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=commitdiff_plain;h=b343eb3d3c71d280956610e321441a5fa1d88dbf;hp=a6519ea6b5de75440a6e03fbfaeb636fbe39364d Employé: Acceent sur employé commentaire --- diff --git a/project/rh/models.py b/project/rh/models.py index 7ea2bc1..a7f0757 100644 --- a/project/rh/models.py +++ b/project/rh/models.py @@ -445,6 +445,10 @@ class EmployeCommentaire(Commentaire): employe = models.ForeignKey('Employe', db_column='employe', related_name='+') + class Meta: + verbose_name = u"Employé commentaire" + verbose_name_plural = u"Employé commentaires" + LIEN_PARENTE_CHOICES = ( ('Conjoint', 'Conjoint'),