mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-18 05:42:03 +02:00
7 lines
243 B
Python
7 lines
243 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_mail_corner_case_models
|
|
from . import test_mail_models
|
|
from . import test_mail_thread_models
|