From 71d151390e7b8f42e09bf7d5990f637f090653ce Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Fri, 2 Feb 2024 11:26:55 +0530 Subject: [PATCH] Feb 2 [UPDT] : Updated 'advanced_property_management' --- advanced_property_management/__manifest__.py | 2 +- .../static/description/{banner.png => banner.jpg} | Bin pos_idle_time_session_lock/__manifest__.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename advanced_property_management/static/description/{banner.png => banner.jpg} (100%) diff --git a/advanced_property_management/__manifest__.py b/advanced_property_management/__manifest__.py index 9cc2884f0..8ddb9930f 100755 --- a/advanced_property_management/__manifest__.py +++ b/advanced_property_management/__manifest__.py @@ -60,7 +60,7 @@ 'advanced_property_management/static/src/js/property_item.js', ], }, - 'images': ['/static/description/banner.png'], + 'images': ['/static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, diff --git a/advanced_property_management/static/description/banner.png b/advanced_property_management/static/description/banner.jpg similarity index 100% rename from advanced_property_management/static/description/banner.png rename to advanced_property_management/static/description/banner.jpg diff --git a/pos_idle_time_session_lock/__manifest__.py b/pos_idle_time_session_lock/__manifest__.py index 07fb207b6..475fba1c9 100644 --- a/pos_idle_time_session_lock/__manifest__.py +++ b/pos_idle_time_session_lock/__manifest__.py @@ -41,7 +41,7 @@ 'pos_idle_time_session_lock/static/src/xml/*' ]}, 'license': 'LGPL-3', - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'installable': True, 'auto_install': False, 'application': False,