Skip to content

Commit

Permalink
[IMP] account_banking_ach_credit_transfer: remove post install
Browse files Browse the repository at this point in the history
Odoo already creates automatically a payment method line in the bank journals
  • Loading branch information
JordiMForgeFlow committed Dec 13, 2024
1 parent bc0b823 commit a5f71f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion account_banking_ach_credit_transfer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
from .post_install import update_bank_journals
1 change: 0 additions & 1 deletion account_banking_ach_credit_transfer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"depends": ["account_banking_ach_base"],
"data": ["data/account_payment_method.xml"],
"demo": ["demo/ach_credit_transfer_demo.xml"],
"post_init_hook": "update_bank_journals",
"installable": True,
}
15 changes: 0 additions & 15 deletions account_banking_ach_credit_transfer/post_install.py

This file was deleted.

0 comments on commit a5f71f9

Please sign in to comment.