Browse Source

Feb 7 [UPDT] : Updated 'stock_last_purchase_price'

pull/267/merge
AjmalCybro 1 year ago
parent
commit
f732881ac6
  1. 4
      stock_last_purchase_price/__manifest__.py
  2. 5
      stock_last_purchase_price/doc/RELEASE_NOTES.md

4
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,

5
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

Loading…
Cancel
Save