diff --git a/fleet_complete_report/__manifest__.py b/fleet_complete_report/__manifest__.py index acf84f090..b2daa5c8e 100644 --- a/fleet_complete_report/__manifest__.py +++ b/fleet_complete_report/__manifest__.py @@ -30,7 +30,6 @@ 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', - 'images': ['static/description/banner.png'], 'website': 'https://www.cybrosys.com', 'depends': ['base', 'fleet'], 'data': [ diff --git a/whatsapp_chat_layout/__manifest__.py b/whatsapp_chat_layout/__manifest__.py index 86f3bbed5..16d060757 100644 --- a/whatsapp_chat_layout/__manifest__.py +++ b/whatsapp_chat_layout/__manifest__.py @@ -48,7 +48,6 @@ ], }, 'images': [ - 'static/description/icon.png', 'static/description/banner.png' ], 'installable': True,