summaryrefslogtreecommitdiff
path: root/sh_helpdesk/__manifest__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
commit1ca3b3df3421961caec3b747a364071c80f5c7da (patch)
tree6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /sh_helpdesk/__manifest__.py
parentb57188be371d36d96caac4b8d65a40745c0e972c (diff)
initial commit
Diffstat (limited to 'sh_helpdesk/__manifest__.py')
-rw-r--r--sh_helpdesk/__manifest__.py78
1 files changed, 78 insertions, 0 deletions
diff --git a/sh_helpdesk/__manifest__.py b/sh_helpdesk/__manifest__.py
new file mode 100644
index 0000000..dc9c20a
--- /dev/null
+++ b/sh_helpdesk/__manifest__.py
@@ -0,0 +1,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"
+}