Files
bank-payment/account_banking_sepa_direct_debit/__init__.py
Pedro M. Baeza 90c280c0b0 [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-05-29 08:05:28 +02:00

3 lines
43 B
Python

from . import models
from . import wizards