9 lines
277 B
Python
9 lines
277 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import mail_test_access
|
||
|
from . import test_discuss_models
|
||
|
from . import test_mail_corner_case_models
|
||
|
from . import test_mail_models
|
||
|
from . import test_mail_thread_models
|