From 58989d51aed7565dda0af15b61c0aa6d154b0809 Mon Sep 17 00:00:00 2001 From: Sayooj Date: Tue, 23 May 2023 11:53:28 +0530 Subject: [PATCH] May 23 : [UPDT] Update in banner 'kanban_fixed_header' --- kanban_fixed_header/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanban_fixed_header/__manifest__.py b/kanban_fixed_header/__manifest__.py index 35f03db74..dec97621f 100644 --- a/kanban_fixed_header/__manifest__.py +++ b/kanban_fixed_header/__manifest__.py @@ -35,7 +35,7 @@ 'kanban_fixed_header/static/src/css/kanban_fixed_header.scss', ], }, - 'images': ['/static/description/banner.jpg'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,