From e3b5ba17bc9ebea995afc53aa1ab707080e621b9 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Fri, 9 Feb 2024 10:35:34 +0530 Subject: [PATCH] Feb 9 [UPDT] : Updated '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 33a2965d2..b2f0c1a44 100644 --- a/stock_last_purchase_price/__manifest__.py +++ b/stock_last_purchase_price/__manifest__.py @@ -31,7 +31,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.openhrms.com', - 'depends': ['account_accountant','stock', 'stock_account', 'purchase'], + 'depends': ['stock', 'stock_account', 'purchase','purchase_price_diff'], 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True,