mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-24 11:42:03 +02:00
7 lines
211 B
Python
7 lines
211 B
Python
# Copyright 2018 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import account_loan
|
|
from . import account_loan_line
|
|
from . import account_move
|
|
from . import res_partner
|