You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
420 B
13 lines
420 B
|
|
# © 2016 Julien Coux (Camptocamp)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).-
|
|
|
|
from . import abstract_test
|
|
from . import abstract_test_tax_report
|
|
from . import abstract_test_foreign_currency
|
|
from . import test_aged_partner_balance
|
|
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
|