From b3bc878c1f0da68539d548030d39dff0776d2716 Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Fri, 12 Jul 2024 12:27:24 +0530 Subject: [PATCH] July 12: [ADD] Initial commit 'purchase_auto_lot_creation' --- purchase_auto_lot_creation/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchase_auto_lot_creation/__manifest__.py b/purchase_auto_lot_creation/__manifest__.py index 33c9ef805..59565eba6 100644 --- a/purchase_auto_lot_creation/__manifest__.py +++ b/purchase_auto_lot_creation/__manifest__.py @@ -35,7 +35,7 @@ 'views/custom_stock_lot_views.xml', 'views/purchase_order_views.xml', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,