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

[clean] useless code

parent 8519a172
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -31,7 +31,6 @@ class ScopCotisation(models.AbstractModel): ...@@ -31,7 +31,6 @@ class ScopCotisation(models.AbstractModel):
date_cotisation = fields.Date("Date de cotisation", required=True) date_cotisation = fields.Date("Date de cotisation", required=True)
def create_contribution(self, product, partner, liasse=None, amount=0): def create_contribution(self, product, partner, liasse=None, amount=0):
result = dict()
Invoice = self.env['account.invoice'] Invoice = self.env['account.invoice']
InvoiceLine = self.env['account.invoice.line'] InvoiceLine = self.env['account.invoice.line']
member_invoice = Invoice.create({ member_invoice = Invoice.create({
......
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