From 97c512d0b99474e4fac425c79421c2402124f596 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Fri, 4 Jul 2025 15:54:22 +0530 Subject: [PATCH] July 04: [FIX] Bug Fixed 'inventory_stock_dashboard_odoo' --- inventory_stock_dashboard_odoo/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory_stock_dashboard_odoo/__manifest__.py b/inventory_stock_dashboard_odoo/__manifest__.py index 4e24aee50..167c48b16 100644 --- a/inventory_stock_dashboard_odoo/__manifest__.py +++ b/inventory_stock_dashboard_odoo/__manifest__.py @@ -45,7 +45,7 @@ 'https://cdn.jsdelivr.net/npm/chart.js', ], }, - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,