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,