diff --git a/sticky_form_header/__manifest__.py b/sticky_form_header/__manifest__.py index 874a8437a..a60daf6a4 100644 --- a/sticky_form_header/__manifest__.py +++ b/sticky_form_header/__manifest__.py @@ -34,7 +34,7 @@ 'sticky_form_header/static/src/scss/sticky_form_header.scss', ], }, - 'images': ['/static/description/banner.png'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,