mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-20 14:22:05 +02:00
10 lines
346 B
Python
10 lines
346 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import chatbot_common
|
|
from . import test_chatbot_form_ui
|
|
from . import test_chatbot_internals
|
|
from . import test_get_mail_channel
|
|
from . import test_im_livechat_report
|
|
from . import test_im_livechat_support_page
|
|
from . import test_message
|