blob: 72c2d9abfd9f91342ac0becb002cc09bb0fa02f9 (
plain)
1
2
3
4
5
6
7
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_event_flow
from . import test_event_internals
from . import test_event_mail_schedule
from . import test_event_security
|