forked from Mapan/odoo17e
8 lines
262 B
Python
8 lines
262 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
from . import account_batch_payment
|
|
from . import account_journal
|
|
from . import account_payment_method
|
|
from . import account_payment
|
|
from . import res_bank
|
|
from . import res_partner_bank
|