mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 19:12:06 +02:00
7 lines
231 B
Python
7 lines
231 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_schedule
|
|
from . import test_event_slot
|
|
from . import test_mailing
|