From 1c0a257ac988b0c0b5a85a2d07bed82056bf7f02 Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Thu, 17 Oct 2019 10:02:24 +0530 Subject: [PATCH] [CHG] Banner Changed --- project_task_timer/__manifest__.py | 2 +- .../static/description/{images => }/banner.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename project_task_timer/static/description/{images => }/banner.png (100%) diff --git a/project_task_timer/__manifest__.py b/project_task_timer/__manifest__.py index a35794aa0..3ec40d869 100644 --- a/project_task_timer/__manifest__.py +++ b/project_task_timer/__manifest__.py @@ -31,7 +31,7 @@ 'views/project_task_timer_view.xml', 'views/project_timer_static.xml', ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'demo': [], 'installable': True, diff --git a/project_task_timer/static/description/images/banner.png b/project_task_timer/static/description/banner.png similarity index 100% rename from project_task_timer/static/description/images/banner.png rename to project_task_timer/static/description/banner.png