diff --git a/inventory_stock_dashboard_odoo/__manifest__.py b/inventory_stock_dashboard_odoo/__manifest__.py index 9293037fa..a80e6f317 100644 --- a/inventory_stock_dashboard_odoo/__manifest__.py +++ b/inventory_stock_dashboard_odoo/__manifest__.py @@ -45,6 +45,7 @@ ], }, 'license': 'LGPL-3', + 'images': ['static/description/banner.png'], 'installable': True, 'application': True, 'auto_install': False,