mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
7 lines
231 B
Python
7 lines
231 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2013-2016 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
from . import mass_reconcile
|
|
from . import base_advanced_reconciliation
|
|
from . import advanced_reconciliation
|