From 770cabe51bb90bdb5b0daba3039b82411a5c05c5 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Mon, 21 Jul 2025 12:54:40 +0530 Subject: [PATCH] July 21: [UPDT] Banner Updated 'sale_consignment' --- sale_consignment/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_consignment/__manifest__.py b/sale_consignment/__manifest__.py index 09939180a..2f000653c 100644 --- a/sale_consignment/__manifest__.py +++ b/sale_consignment/__manifest__.py @@ -42,7 +42,7 @@ 'views/product_template_views.xml', 'views/sale_order_views.xml' ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': "AGPL-3", 'installable': True, 'auto_install': False,