mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
10 lines
254 B
Python
10 lines
254 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import res_company
|
|
from . import res_config
|
|
from . import account_banking_mandate
|
|
from . import bank_payment_line
|
|
from . import account_payment_mode
|
|
from . import account_payment_method
|
|
from . import account_payment_order
|