Skip to content
Extraits de code Groupes Projets
Valider 302ee9fb rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[update] add year_str scop contribution for pivot

parent 2d42390f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -20,6 +20,7 @@ class ScopContributions(models.Model): ...@@ -20,6 +20,7 @@ class ScopContributions(models.Model):
string="Type de cotisation", string="Type de cotisation",
ondelete='restrict', index=True) ondelete='restrict', index=True)
year = fields.Integer("Année", index=True) year = fields.Integer("Année", index=True)
year_str = fields.Char("Année (txt)",)
calculation_date = fields.Datetime("Date calcul cotisation") calculation_date = fields.Datetime("Date calcul cotisation")
loss = fields.Boolean("Perte") loss = fields.Boolean("Perte")
amount_calculated = fields.Integer("Montant calculé") amount_calculated = fields.Integer("Montant calculé")
......
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