hr/tests/__init__.py
Данил Воробьев 1ddfcf9f6f initial commit
2024-05-03 09:32:20 +00:00

11 lines
315 B
Python

# -*- 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_self_user_access
from . import test_mail_activity_plan
from . import test_multi_company
from . import test_resource
from . import test_ui