diff --git a/odoo_website_helpdesk/__manifest__.py b/odoo_website_helpdesk/__manifest__.py index 025df823b..c568b23dc 100644 --- a/odoo_website_helpdesk/__manifest__.py +++ b/odoo_website_helpdesk/__manifest__.py @@ -20,14 +20,12 @@ # ################################################################################ { - 'name': "Website Helpdesk Support Ticket Management", + 'name': "Website Helpdesk Management", 'version': '18.0.1.0.0', 'category': 'Website', 'summary': """The website allows for the creation of tickets, which can then be controlled from the backend.""", - 'description': """A ticket can be created from the website and subsequently - managed from the backend. Additionally, a bill can be generated for the - ticket, which includes the service cost.""", + 'description': """Website Helpdesk, Odoo Helpdesk, Helpdesk, Helpdesk Management, Helpdesk Ticket, Odoo18 Helpdesk, Website Ticket, Support Ticket, Odoo18""", 'author': "Cybrosys Techno Solutions", 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', @@ -67,7 +65,7 @@ '/odoo_website_helpdesk/static/src/js/multiple_product_choose.js', ] }, - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, diff --git a/odoo_website_helpdesk/static/description/banner.jpg b/odoo_website_helpdesk/static/description/banner.jpg new file mode 100644 index 000000000..ccfb168db Binary files /dev/null and b/odoo_website_helpdesk/static/description/banner.jpg differ diff --git a/odoo_website_helpdesk/static/description/banner.png b/odoo_website_helpdesk/static/description/banner.png deleted file mode 100644 index 66765b17a..000000000 Binary files a/odoo_website_helpdesk/static/description/banner.png and /dev/null differ