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

[update] set liasse to is_qualified after Inovatic callback

parent bc4e7b84
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -59,6 +59,7 @@ class ScopLiasseFiscaleInovatic(models.Model): ...@@ -59,6 +59,7 @@ class ScopLiasseFiscaleInovatic(models.Model):
'dureeExercice': json_data.get('DureeInMonths', 0), 'dureeExercice': json_data.get('DureeInMonths', 0),
'L2050_DCLO': json_data.get('ClosingDate', None), 'L2050_DCLO': json_data.get('ClosingDate', None),
'source': source, 'source': source,
'is_qualified': True,
} }
MatchTable = self.env['inovatic.field.matching'] MatchTable = self.env['inovatic.field.matching']
if json_data.get('LiasseProfil') == '2033': if json_data.get('LiasseProfil') == '2033':
......
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