From cabd329dc3ec076498438ebe7485a10d66414f6b Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Thu, 26 Sep 2024 12:24:21 +0530 Subject: [PATCH] Sep 25: [ADD] Initial commit 'carry_bag_pos' --- carry_bag_pos/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carry_bag_pos/__manifest__.py b/carry_bag_pos/__manifest__.py index 501200489..7290969f6 100755 --- a/carry_bag_pos/__manifest__.py +++ b/carry_bag_pos/__manifest__.py @@ -39,7 +39,7 @@ 'carry_bag_pos/static/src/**/*', ] }, - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,