mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
11 lines
248 B
Python
11 lines
248 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import res_partner
|
|
from . import discuss_channel
|
|
from . import res_config_settings
|
|
from . import ai_robot
|
|
from . import res_partner_ai_use
|
|
from . import res_users
|
|
from . import mail_message
|
|
from . import mail_thread
|