mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 13:32:04 +02:00
8 lines
237 B
Python
8 lines
237 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import common
|
|
from . import test_routes
|
|
from . import test_utm
|
|
from . import test_utm_consistency
|
|
from . import test_utm_security
|