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,