mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Notable changes: - InstrId and EndToEndId tags are now filled with the journal entry ID, as there's no bank payment line identifier.
7 lines
207 B
Python
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
|