10 lines
309 B
Python
10 lines
309 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import template_data
|
|
from . import test_discuss_channel
|
|
from . import test_phone_format
|
|
from . import test_security
|
|
from . import test_whatsapp_composer
|
|
from . import test_whatsapp_message
|
|
from . import test_whatsapp_template
|