From 780043a41bef4a104a87d5748c0de6e7e59952ee Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Fri, 6 Dec 2019 11:08:47 +0530 Subject: [PATCH] [CHG] Manifest Changed 'vouchers_pos' --- vouchers_pos/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vouchers_pos/__manifest__.py b/vouchers_pos/__manifest__.py index 50763e4a6..fcb6d8746 100644 --- a/vouchers_pos/__manifest__.py +++ b/vouchers_pos/__manifest__.py @@ -36,7 +36,7 @@ 'security/ir.model.access.csv' ], 'qweb': ['static/src/xml/coupons.xml'], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'application': False,