summaryrefslogtreecommitdiff
path: root/sh_helpdesk/__manifest__.py
blob: dc9c20a3928f31edc1c77eb11b34865a67245c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# -*- coding: utf-8 -*-
# Part of Softhealer Technologies.
{
    "name":
    "Helpdesk",
    "author":
    "Softhealer Technologies",
    "website":
    "http://www.softhealer.com",
    "support":
    "support@softhealer.com",
    "category":
    "Discuss",
    "license":
    "OPL-1",
    "summary":
    "Flexible HelpDesk Module, Customizable Help Desk App, Service Desk, HelpDesk With Stages, Help Desk Ticket Management, Helpdesk Email Templates, Helpdesk Chatter, Helpdesk Multi User,Help Desk Multi User Odoo",
    "description":
    """Are you looking for a fully flexible and customizable helpdesk in odoo? Our this apps almost contain everything you need for Service Desk, Technical Support Team, Issue Ticket System which include service request to be managed in Odoo backend. The support ticket will send by email to the customer and admin. Customer can view their ticket from the website portal and easily see the stage of the reported ticket. This desk is fully customizable clean and flexible. """,
    "version":
    "14.0.14",
    "depends": [
        "mail",
        "portal",
        "product",
        "resource",
    ],
    "data": [
        "security/sh_helpdesk_security.xml",
        "security/send_mail_security.xml",
        "security/ir.model.access.csv",
        "data/helpdesk_email_data.xml",
        "data/helpdesk_data.xml",
        "data/helpdesk_cron_data.xml",
        "data/helpdesk_stage_data.xml",
        "views/helpdesk_menu.xml",
        "views/helpdesk_sla_policies.xml",
        "views/helpdesk_alarm.xml",
        "data/helpdesk_reminder_cron.xml",
        "data/helpdesk_reminder_mail_template.xml",
        "views/helpdesk_team_view.xml",
        "views/helpdesk_ticket_type_view.xml",
        "views/helpdesk_subject_type_view.xml",
        "views/helpdesk_tags_view.xml",
        "views/helpdesk_stages_view.xml",
        "views/helpdesk_category_view.xml",
        "views/helpdesk_subcategory_view.xml",
        "views/helpdesk_priority_view.xml",
        "views/helpdesk_config_settings_view.xml",
        "views/helpdesk_ticket_view.xml",
        "views/helpdesk_assets.xml",
        "views/sh_report_helpdesk_ticket_template.xml",
        "views/sh_helpdeks_report_portal.xml",
        "views/report_views.xml",
        "views/sh_ticket_feedback_template.xml",
        "views/ticket_dashboard_view.xml",
        "views/ticket_dashboard_templates.xml",
        "views/res_users.xml",
        "views/helpdesk_ticket_multi_action_view.xml",
        "views/helpdesk_ticket_update_wizard_view.xml",
        "views/helpdesk_ticket_portal_template.xml",
        "views/send_mail_quick_reply.xml",
        "wizard/mail_compose_view.xml",
    ],
    "images": [
        'static/description/background.png',
    ],
    "application":
    True,
    "auto_install":
    False,
    "installable":
    True,
    "price":
    "40",
    "currency":
    "EUR"
}