mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
6 lines
184 B
Python
6 lines
184 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import account_loan_generate_entries
|
|
from . import account_loan_pay_amount
|
|
from . import account_loan_post
|