blob: c46b7cc336f3cc1b4c1b09a06a52d7b2626a5a4b (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_hr_employee
from . import test_channel
from . import test_hr_flow
from . import test_self_user_access
from . import test_multi_company
|