9 lines
225 B
Python
9 lines
225 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import ir_http
|
|
from . import mail_bot
|
|
from . import discuss_channel
|
|
from . import mail_thread
|
|
from . import res_users
|