17 lines
448 B
Python
17 lines
448 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import digest
|
|
from . import ir_module
|
|
from . import ir_ui_menu
|
|
from . import helpdesk_team
|
|
from . import helpdesk_stage
|
|
from . import helpdesk_sla_status
|
|
from . import helpdesk_sla
|
|
from . import helpdesk_ticket
|
|
from . import helpdesk_tag
|
|
from . import mail_message
|
|
from . import res_users
|
|
from . import res_partner
|
|
from . import res_company
|