stock_readjust_valuation/__manifest__.py

22 lines
713 B
Python

{
'name': 'Stock Readjust Valuation',
'version': '17.0.1.0.0',
'category': 'Inventory/Inventory',
'summary': 'Retrospective Stock Valuation Adjustment',
'description': """
Allows retrospective readjustment of stock valuation by calculating
Weighted Average Cost over a period (Initial + Purchases) and
redistributing the cost to COGS and Inventory.
""",
'author': 'Suherdy Yacob',
'depends': ['stock_account', 'account', 'mrp'],
'data': [
'security/ir.model.access.csv',
'data/ir_sequence_data.xml',
'views/stock_readjust_valuation_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}