From 21785bf312a2ecea1e533c343f5b31331c44dcfa Mon Sep 17 00:00:00 2001 From: Ajmal JK Date: Tue, 5 May 2020 15:32:44 +0530 Subject: [PATCH] [FIX] Bug Fixed 'stock_last_purchase_price' --- stock_last_purchase_price/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_last_purchase_price/__manifest__.py b/stock_last_purchase_price/__manifest__.py index f4f6973e2..9c5c6209c 100644 --- a/stock_last_purchase_price/__manifest__.py +++ b/stock_last_purchase_price/__manifest__.py @@ -34,7 +34,7 @@ 'stock_account', 'purchase' ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'application': False, 'installable': True,