Files
bank-payment/account_banking_sepa_direct_debit/__init__.py
Pedro M. Baeza 4a0f9eb33e [FIX] account_banking_sepa_*: Remove post-installs
From this version, Odoo already includes code on the
account.payment.method creation for adding such method to each journal:

https://github.com/odoo/odoo/blob/a93ed75cb80f16f/addons/account/models/account_payment_method.py#L24-L38

so we don't need to explicitly create them for the new payment methods
we are adding in these modules.

TT41146
2023-02-09 09:47:57 +01:00

3 lines
43 B
Python

from . import models
from . import wizards