Skip to content
Snippets Groups Projects
Commit 42883b23 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[update] change CAE contribution condition

parent ae24d715
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ class ResPartner(models.Model):
contribution_type.append(self.env.ref("cgscop_partner.riga_14399"))
if self.is_federation_com:
contribution_type.append(self.env.ref("cgscop_partner.riga_14398"))
if self.is_federation_cae:
# TODO: Mettre à jour avec is_federation_cae après la maj des périodes par la CG
if self.cae:
contribution_type.append(self.env.ref("cgscop_partner.cotiz_fede_cae"))
return contribution_type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment