blob: ecf1ad2b097a3af0aa643f48dabf36ea71242303 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# -*- coding: utf-8 -*-
# Part of Softhealer Technologies.
from . import helpdesk_team
from . import helpdesk_ticket_type
from . import helpdesk_subject_type
from . import helpdesk_tags
from . import helpdesk_stages
from . import helpdesk_category
from . import helpdesk_subcategory
from . import helpdesk_priority
from . import helpdesk_policies
from . import helpdesk_config_settings
from . import res_users
from . import helpdesk_ticket
from . import helpdesk_alarm
from . import helpdesk_ticket_dashboard
from . import send_mail_quick_reply
from . import helpdesk_ticket_update_wizard
|