Skip to content

Commit

Permalink
[FIX] function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Jun 9, 2021
1 parent 0f8619f commit 6a1f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_sale/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class SaleOrder(models.Model):
)

def _create_invoices(self, grouped=False, final=False, date=None):
moves = super()._create_invoices(grouped, final, date)
moves = super()._create_invoices(grouped=grouped, final=final, date=date)

# To each invoice, link the documents of the related order
# only if the order is in `self`
Expand Down

0 comments on commit 6a1f08a

Please sign in to comment.