13 lines
402 B
Python
13 lines
402 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import common
|
||
|
from . import test_mailing_ab_testing
|
||
|
from . import test_mailing_internals
|
||
|
from . import test_mailing_list
|
||
|
from . import test_mailing_controllers
|
||
|
from . import test_mailing_mailing_schedule_date
|
||
|
from . import test_mailing_ui
|
||
|
from . import test_utm
|
||
|
from . import test_mailing_retry
|