mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
9 lines
203 B
Python
9 lines
203 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2013 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
from . import test_bankaccount_completion
|
|
|
|
checks = [
|
|
test_bankaccount_completion
|
|
]
|