From 547362af10ec9a2456ec2f4281b3f8885f2715b9 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Wed, 16 Oct 2024 11:30:04 +0530 Subject: [PATCH] Oct 16: [UPDT] Updated Banner 'customer_so_history' --- customer_so_history/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer_so_history/__manifest__.py b/customer_so_history/__manifest__.py index ed245d9a3..6e41a843b 100644 --- a/customer_so_history/__manifest__.py +++ b/customer_so_history/__manifest__.py @@ -35,7 +35,7 @@ 'security/ir.model.access.csv', 'views/sale_order_inherit.xml' ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'installable': True, 'application': True, 'license': 'LGPL-3',