mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
13 lines
373 B
Python
13 lines
373 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Okia SPRL (https://okia.be)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import account_account
|
|
from . import account_invoice
|
|
from . import credit_control_line
|
|
from . import credit_control_policy
|
|
from . import credit_control_run
|
|
from . import mail_mail
|
|
from . import res_company
|
|
from . import res_partner
|