mirror of
https://gitlab.com/flectra-community/account-financial-reporting.git
synced 2024-11-15 02:02:04 +00:00
9 lines
267 B
Python
9 lines
267 B
Python
# © 2016 Julien Coux (Camptocamp)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).-
|
|
|
|
from . import test_general_ledger
|
|
from . import test_journal_ledger
|
|
from . import test_open_items
|
|
from . import test_trial_balance
|
|
from . import test_vat_report
|