{ 'name': 'Stock Readjust Valuation', 'version': '19.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', }