Skip to content

Commit

Permalink
[MIG] account_banking_ach_credit_transfer: migration to V17
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Dec 13, 2024
1 parent 8a9a3dd commit 8a7a056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_banking_ach_credit_transfer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Account Banking ACH Credit Transfer",
"summary": "Create ACH files for Credit Transfers",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Thinkwell Designs, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-usa",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def generate_payment_file(self):
self.ensure_one()
if self.payment_method_id.code == "ACH-Out":
return self.generate_ach_file()
return super(AccountPaymentOrder, self).generate_payment_file()
return super().generate_payment_file()

0 comments on commit 8a7a056

Please sign in to comment.