forked from Mapan/odoo17e
9 lines
243 B
Python
9 lines
243 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_common
|
|
from . import test_deduplication
|
|
from . import test_merge
|
|
from . import test_merge_account
|
|
from . import test_filter
|