Skip to content

Commit

Permalink
[ADD] helpdesk_install
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Nov 13, 2024
1 parent f9c2205 commit c3ec4fe
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions base_onboarding/wizards/onboarding_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions container_accessibility/security/ir_rule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'website_sale_install',
'membership_install',
'hr_install',
'helpdesk_install',
'stock_install',
'mass_mailing_install',
'crm_install',
Expand Down
1 change: 1 addition & 0 deletions container_accessibility/views/ir_module_module_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'website_sale_install',
'membership_install',
'hr_install',
'helpdesk_install',
'stock_install',
'mass_mailing_install',
'crm_install',
Expand Down
Empty file added helpdesk_install/__init__.py
Empty file.
11 changes: 11 additions & 0 deletions helpdesk_install/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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,
}
Binary file added helpdesk_install/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions helpdesk_install/static/description/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions package.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ event_install
hr_install
mass_mailing_install
membership_install
helpdesk_install
project_install
sale_install
stock_install
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c3ec4fe

Please sign in to comment.