mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
9 lines
246 B
Python
9 lines
246 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (c) 2020-Present InTechual Solutions. (<https://intechualsolutions.com/>)
|
|
|
|
from . import mail_channel
|
|
from . import res_config_settings
|
|
from . import ai_robot
|
|
from . import res_users
|
|
from . import mail_message
|