Files
bank-payment/account_banking_sepa_direct_debit/models/__init__.py
Pedro M. Baeza 8c42b0849b [REF] account_banking_sepa_direct_debit: Adapt module to native payment refactoring
Notable changes:

- InstrId and EndToEndId tags are now filled with the journal entry ID,
  as there's no bank payment line identifier.
2023-05-29 08:01:01 +02:00

7 lines
207 B
Python

from . import res_company
from . import account_banking_mandate
from . import account_payment_mode
from . import account_payment_method
from . import account_payment_order
from . import account_payment_line