Skip to content
Extraits de code Groupes Projets
Valider e905c018 rédigé par jordan's avatar jordan
Parcourir les fichiers

[clean] comment and remove useless TODO

parent 443b7a54
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -91,7 +91,7 @@ class ScopPartner(models.Model): ...@@ -91,7 +91,7 @@ class ScopPartner(models.Model):
self.date_abort = None self.date_abort = None
# ------------------------------------------------------ # ------------------------------------------------------
# Actions # Actions / Buttons
# ------------------------------------------------------ # ------------------------------------------------------
def scop_lm_adhesion(self): def scop_lm_adhesion(self):
""" """
...@@ -167,7 +167,6 @@ class ScopPartner(models.Model): ...@@ -167,7 +167,6 @@ class ScopPartner(models.Model):
'year': year_inscription, 'year': year_inscription,
'type_id': type_lm 'type_id': type_lm
}) })
# TODO : CHANGER ACTION PUBLISH LM !
lm_adhesion.action_publish_without_extranet() lm_adhesion.action_publish_without_extranet()
return lm_adhesion return lm_adhesion
...@@ -409,7 +408,7 @@ class ScopPartner(models.Model): ...@@ -409,7 +408,7 @@ class ScopPartner(models.Model):
} }
# ------------------------------------------------------ # ------------------------------------------------------
# Override parent # Override parent / Change of status
# ------------------------------------------------------ # ------------------------------------------------------
@api.multi @api.multi
def scop_send_to_cg(self): def scop_send_to_cg(self):
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter