From f732881ac691cb259b836062abdafd79d8e9f705 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 7 Feb 2024 13:35:11 +0530 Subject: [PATCH] Feb 7 [UPDT] : Updated 'stock_last_purchase_price' --- stock_last_purchase_price/__manifest__.py | 4 ++-- stock_last_purchase_price/doc/RELEASE_NOTES.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/stock_last_purchase_price/__manifest__.py b/stock_last_purchase_price/__manifest__.py index d9d10c743..33a2965d2 100644 --- a/stock_last_purchase_price/__manifest__.py +++ b/stock_last_purchase_price/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Costing Method: Last Purchase Price', - 'version': '16.0.1.0.0', + 'version': '16.0.1.0.1', 'category': 'Warehouse', 'summary': "Introducing new costing method in Odoo 'last purchase price'", 'description': """Introducing new costing method in Odoo @@ -31,7 +31,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.openhrms.com', - 'depends': ['stock', 'stock_account', 'purchase'], + 'depends': ['account_accountant','stock', 'stock_account', 'purchase'], 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, diff --git a/stock_last_purchase_price/doc/RELEASE_NOTES.md b/stock_last_purchase_price/doc/RELEASE_NOTES.md index e49386306..a7b752339 100755 --- a/stock_last_purchase_price/doc/RELEASE_NOTES.md +++ b/stock_last_purchase_price/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 16.0.1.0.0 #### ADD - Initial commit for Costing Method: Last Purchase Price + +#### 06.02.2023 +#### Version 16.0.1.0.1 +#### Fix +- Bug fixed