1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/appointment/tests/__init__.py
2024-12-10 09:04:09 +07:00

16 lines
513 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_appointment
from . import test_appointment_gantt
from . import test_appointment_invite
from . import test_appointment_notifications
from . import test_appointment_resource
from . import test_appointment_ui
from . import test_event_notification
from . import test_manage_leaves
from . import test_onboarding
from . import test_performance
from . import test_res_partner
from . import test_utils