From 0f36ec5b50c3d90d9bbec6959cb6a844b958633c Mon Sep 17 00:00:00 2001 From: Samir Ladoui Date: Tue, 18 Mar 2025 05:30:09 +0100 Subject: [PATCH] import taeem helpdesk updates --- odex25_helpdesk/odex25_helpdesk/__manifest__.py | 6 +++--- .../__manifest__.py | 6 +++--- .../odex25_helpdesk_reopen/__manifest__.py | 5 ++--- .../odex25_helpdesk_sale/__manifest__.py | 6 +++--- .../odex25_helpdesk_security/__manifest__.py | 8 ++++---- .../__manifest__.py | 6 +++--- .../odex25_helpdesk_stock/__manifest__.py | 6 +++--- .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 237 bytes .../odex25_website_helpdesk_form/__manifest__.py | 6 +++--- .../__manifest__.py | 6 +++--- .../__manifest__.py | 6 +++--- 11 files changed, 30 insertions(+), 31 deletions(-) create mode 100644 odex25_helpdesk/odex25_hr_gantt/__pycache__/__init__.cpython-38.pyc diff --git a/odex25_helpdesk/odex25_helpdesk/__manifest__.py b/odex25_helpdesk/odex25_helpdesk/__manifest__.py index 015eec16b..75df5c209 100644 --- a/odex25_helpdesk/odex25_helpdesk/__manifest__.py +++ b/odex25_helpdesk/odex25_helpdesk/__manifest__.py @@ -3,11 +3,11 @@ { 'name': 'Helpdesk', 'version': '1.3', + 'category': 'Odex25 Services/helpdesk', 'sequence': 110, 'summary': 'Track, prioritize, and solve customer tickets', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': [ 'base_setup', 'mail', diff --git a/odex25_helpdesk/odex25_helpdesk_assignation_method/__manifest__.py b/odex25_helpdesk/odex25_helpdesk_assignation_method/__manifest__.py index fcb67ec65..4e605d90d 100644 --- a/odex25_helpdesk/odex25_helpdesk_assignation_method/__manifest__.py +++ b/odex25_helpdesk/odex25_helpdesk_assignation_method/__manifest__.py @@ -3,10 +3,10 @@ { 'name': 'EXP Helpdesk Assignation methods', + 'category': 'Hidden', 'summary': 'Ticket Assignation methods for team members considering ticket types', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': ['odex25_helpdesk_security'], 'description': """ Ticket Assignation methods for team members considering ticket types diff --git a/odex25_helpdesk/odex25_helpdesk_reopen/__manifest__.py b/odex25_helpdesk/odex25_helpdesk_reopen/__manifest__.py index 744d8eefb..f836d5463 100644 --- a/odex25_helpdesk/odex25_helpdesk_reopen/__manifest__.py +++ b/odex25_helpdesk/odex25_helpdesk_reopen/__manifest__.py @@ -4,9 +4,8 @@ { 'name': 'EXP Helpdesk Reopen', 'summary': 'adding reopen feature to helpdesk', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': ['odex25_helpdesk'], 'description': """ ODEX system is over than 200+ modules developed by love of Expert Company, based on ODOO system diff --git a/odex25_helpdesk/odex25_helpdesk_sale/__manifest__.py b/odex25_helpdesk/odex25_helpdesk_sale/__manifest__.py index e81f02b3d..a502f16f0 100644 --- a/odex25_helpdesk/odex25_helpdesk_sale/__manifest__.py +++ b/odex25_helpdesk/odex25_helpdesk_sale/__manifest__.py @@ -2,10 +2,10 @@ { 'name': 'Helpdesk After Sales', + 'category': 'Odex25 Services/helpdesk', 'summary': 'Project, Tasks, After Sales', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': ['odex25_helpdesk', 'sale_management'], 'auto_install': True, 'description': """ diff --git a/odex25_helpdesk/odex25_helpdesk_security/__manifest__.py b/odex25_helpdesk/odex25_helpdesk_security/__manifest__.py index 29efa4c63..501956fd9 100644 --- a/odex25_helpdesk/odex25_helpdesk_security/__manifest__.py +++ b/odex25_helpdesk/odex25_helpdesk_security/__manifest__.py @@ -3,11 +3,11 @@ { 'name': 'EXP Helpdesk Security', + 'category': 'Hidden', 'summary': 'Ticket Security', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', - 'depends': ['odex25_helpdesk', 'odex25_helpdesk_reopen'], + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", + 'depends': ['odex25_helpdesk','odex25_helpdesk_reopen'], 'description': """ Ticket Security """, diff --git a/odex25_helpdesk/odex25_helpdesk_sla_escalation_reminder/__manifest__.py b/odex25_helpdesk/odex25_helpdesk_sla_escalation_reminder/__manifest__.py index bc2047c66..1bc970953 100644 --- a/odex25_helpdesk/odex25_helpdesk_sla_escalation_reminder/__manifest__.py +++ b/odex25_helpdesk/odex25_helpdesk_sla_escalation_reminder/__manifest__.py @@ -3,10 +3,10 @@ { 'name': 'EXP Helpdesk SLA Escalation Reminder', + 'category': 'Hidden', 'summary': 'Reminder in SLA Policy to reminde the team leader of the task depending on configuration', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': ['odex25_helpdesk'], 'description': """ Reminder in SLA Policy to reminde the team leader of the task depending on configuration diff --git a/odex25_helpdesk/odex25_helpdesk_stock/__manifest__.py b/odex25_helpdesk/odex25_helpdesk_stock/__manifest__.py index 95f24a8a1..674cf1464 100644 --- a/odex25_helpdesk/odex25_helpdesk_stock/__manifest__.py +++ b/odex25_helpdesk/odex25_helpdesk_stock/__manifest__.py @@ -2,10 +2,10 @@ { 'name': 'Helpdesk Stock', + 'category': 'Odex25 Services/Helpdesk', 'summary': 'Project, Tasks, Stock', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': ['odex25_helpdesk_sale', 'stock'], 'auto_install': False, 'description': """ diff --git a/odex25_helpdesk/odex25_hr_gantt/__pycache__/__init__.cpython-38.pyc b/odex25_helpdesk/odex25_hr_gantt/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..879d080b14cdd8dea2888e25a1e0c4ecae6abda4 GIT binary patch literal 237 zcmWIL<>g`k0{)x#(j-Nfx?>iAIUKCT51Fx`~!%K$dAzTC%aJxsj=XslH2oa%paAUP-Zjc1B`SW|3}D zYC(RnesGARpNnIVOT4eYOQ?@)uzpEuafyC@N@|6XX?#X%PC-g)aW+nVQG9x0UP+05 fe0*kJW=VX!UP0w84x8Nkl+v73JCIvH12F>t9TYz3 literal 0 HcmV?d00001 diff --git a/odex25_helpdesk/odex25_website_helpdesk_form/__manifest__.py b/odex25_helpdesk/odex25_website_helpdesk_form/__manifest__.py index 30394ec2d..2ef86dedf 100644 --- a/odex25_helpdesk/odex25_website_helpdesk_form/__manifest__.py +++ b/odex25_helpdesk/odex25_website_helpdesk_form/__manifest__.py @@ -2,11 +2,11 @@ { 'name': 'Online Ticket Submission', + 'category': 'Website/Website', 'sequence': 58, 'summary': 'Qualify helpdesk queries with a website form', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': [ 'website_form', 'odex25_website_helpdesk', diff --git a/odex25_helpdesk/odex25_website_helpdesk_livechat/__manifest__.py b/odex25_helpdesk/odex25_website_helpdesk_livechat/__manifest__.py index f2200f1cd..e800cae87 100644 --- a/odex25_helpdesk/odex25_website_helpdesk_livechat/__manifest__.py +++ b/odex25_helpdesk/odex25_website_helpdesk_livechat/__manifest__.py @@ -2,11 +2,11 @@ { 'name': 'Website IM Livechat Helpdesk', + 'category': 'Odex25 Services/Helpdesk', 'sequence': 58, 'summary': 'Ticketing, Support, Livechat', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': [ 'odex25_website_helpdesk', 'website_livechat', diff --git a/odex25_helpdesk/odex25_website_helpdesk_slides/__manifest__.py b/odex25_helpdesk/odex25_website_helpdesk_slides/__manifest__.py index 225df6ceb..b2b15ecb2 100644 --- a/odex25_helpdesk/odex25_website_helpdesk_slides/__manifest__.py +++ b/odex25_helpdesk/odex25_website_helpdesk_slides/__manifest__.py @@ -2,11 +2,11 @@ { 'name': 'Website Slides Helpdesk', + 'category': 'Odex25 Services/Helpdesk', 'sequence': 58, 'summary': 'Ticketing, Support, Slides', - 'author': "Expert Co Ltd", - 'website': "http://www.ex.com", - 'category': 'Odex25-Helpdesk/Odex25-Helpdesk', + 'author': "Expert Co. Ltd.", + 'website': "http://www.exp-sa.com", 'depends': [ 'odex25_website_helpdesk', 'website_slides',