9 lines
262 B
Python
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
|