From 814e4ea4826c5aea171ae81a50e445376ccee22b Mon Sep 17 00:00:00 2001 From: ivanOffice Date: Wed, 28 Aug 2024 19:12:43 +0800 Subject: [PATCH] fix --- app_mrp_production_zchart/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_mrp_production_zchart/__manifest__.py b/app_mrp_production_zchart/__manifest__.py index d09a0029..f9e27940 100644 --- a/app_mrp_production_zchart/__manifest__.py +++ b/app_mrp_production_zchart/__manifest__.py @@ -52,7 +52,7 @@ child_all_count: child_all_count field, count of direct and indirect children. 'excludes': [ 'app_mrp_production_chart', ], - 'images': ['static/description/banner.gif'], + 'images': ['static/description/banner.png'], 'data': [ 'views/mrp_production_views.xml', ],