diff --git a/base_onboarding/wizards/onboarding_wizard.py b/base_onboarding/wizards/onboarding_wizard.py index e39fac0..ddfb239 100644 --- a/base_onboarding/wizards/onboarding_wizard.py +++ b/base_onboarding/wizards/onboarding_wizard.py @@ -37,6 +37,7 @@ def _compute_module_ids(self): "website_sale_install", "membership_install", "hr_install", + "helpdesk_install", "stock_install", "mass_mailing_install", "crm_install", diff --git a/container_accessibility/security/ir_rule.xml b/container_accessibility/security/ir_rule.xml index 260b263..fd1f3ef 100644 --- a/container_accessibility/security/ir_rule.xml +++ b/container_accessibility/security/ir_rule.xml @@ -67,6 +67,7 @@ 'website_sale_install', 'membership_install', 'hr_install', + 'helpdesk_install', 'stock_install', 'mass_mailing_install', 'crm_install', diff --git a/container_accessibility/views/ir_module_module_view.xml b/container_accessibility/views/ir_module_module_view.xml index 5296da7..3d44969 100644 --- a/container_accessibility/views/ir_module_module_view.xml +++ b/container_accessibility/views/ir_module_module_view.xml @@ -12,6 +12,7 @@ 'website_sale_install', 'membership_install', 'hr_install', + 'helpdesk_install', 'stock_install', 'mass_mailing_install', 'crm_install', diff --git a/helpdesk_install/__init__.py b/helpdesk_install/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/helpdesk_install/__manifest__.py b/helpdesk_install/__manifest__.py new file mode 100644 index 0000000..dccd65870 --- /dev/null +++ b/helpdesk_install/__manifest__.py @@ -0,0 +1,11 @@ +{ + "name": "Helpdesk", + "summary": "Streamline customer support and ensure quick and efficient issue resolution", + "author": "Onestein", + "website": "https://onestein.nl", + "category": "After-Sales", + "version": "16.0.1.0.0", + "license": "AGPL-3", + "depends": ["helpdesk_mgmt", "helpdesk_mgmt_merge", "helpdesk_mgmt_rating"], + "bundle": True, +} diff --git a/helpdesk_install/static/description/icon.png b/helpdesk_install/static/description/icon.png new file mode 100644 index 0000000..fc05066 Binary files /dev/null and b/helpdesk_install/static/description/icon.png differ diff --git a/helpdesk_install/static/description/icon.svg b/helpdesk_install/static/description/icon.svg new file mode 100644 index 0000000..bc0d2da --- /dev/null +++ b/helpdesk_install/static/description/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/package.txt b/package.txt index e3e3229..8596533 100644 --- a/package.txt +++ b/package.txt @@ -33,6 +33,7 @@ event_install hr_install mass_mailing_install membership_install +helpdesk_install project_install sale_install stock_install @@ -229,6 +230,7 @@ oca/fs_storage oca/fs_storage_backup oca/helpdesk_mgmt oca/helpdesk_mgmt_merge +oca/helpdesk_mgmt_rating oca/helpdesk_mgmt_project oca/helpdesk_mgmt_timesheet oca/hr_employee_firstname