mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
8 lines
264 B
Python
8 lines
264 B
Python
# -*- coding: utf-8 -*# -*- coding: utf-8 -*-
|
|
# © 2012-2015 Yannick Vaucher (Camptocamp)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from . import invoice
|
|
from . import sale
|
|
from . import account_move
|
|
from . import account_bank_statement_line
|