mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
8 lines
235 B
Python
8 lines
235 B
Python
from . import account_payment
|
|
from . import payment_line
|
|
from . import payment_mode
|
|
from . import payment_order_create
|
|
from . import banking_import_transaction
|
|
from . import banking_transaction_wizard
|
|
from . import banking_import_line
|