diff options
Diffstat (limited to 'addons/hr/tests/__init__.py')
| -rw-r--r-- | addons/hr/tests/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/hr/tests/__init__.py b/addons/hr/tests/__init__.py new file mode 100644 index 00000000..c46b7cc3 --- /dev/null +++ b/addons/hr/tests/__init__.py @@ -0,0 +1,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 |
