Odoo18-Base/addons/website_event/tests/__init__.py
2025-01-06 10:57:38 +07:00

9 lines
262 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_event_internals
from . import test_event_mail
from . import test_event_menus
from . import test_event_visitor
from . import test_website_event