Odoo18-Base/addons/hr/tests/__init__.py
2025-03-04 12:23:19 +07:00

13 lines
376 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
from . import test_scenario
from . import test_hr_department