From 8e0c5b3e83512ecf45331ef82794d20317b91000 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Sat, 19 Oct 2024 15:57:32 +0530 Subject: [PATCH] Oct 19: [UPDT] Banner Updated 'invoice_design' --- invoice_design/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invoice_design/__manifest__.py b/invoice_design/__manifest__.py index b60151091..4cd3f4759 100755 --- a/invoice_design/__manifest__.py +++ b/invoice_design/__manifest__.py @@ -40,7 +40,7 @@ 'report/invoice_design_reports.xml', 'report/invoice_design_templates.xml', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,