Odoo18-Base/addons/hr/tests/__init__.py

10 lines
277 B
Python
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
# -*- 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_multi_company
from . import test_resource
from . import test_ui