mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-21 22:52:02 +02:00
10 lines
348 B
Python
10 lines
348 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_microsoft_event
|
|
from . import test_microsoft_service
|
|
from . import test_create_events
|
|
from . import test_update_events
|
|
from . import test_delete_events
|
|
from . import test_sync_odoo2microsoft_mail
|
|
from . import test_answer_events
|