stock_move_actual_date
This module adds an Actual Date field to stock-related models to record the actual date of stock transfers and scraps when processed after the fact, and enables reporting based on this date.
Key Features
- stock.picking: Adds an Actual Date field to record the actual date of stock transfers.
- stock.scrap: Adds an Actual Date field to record the actual date of stock scraps.
- stock.move: Adds an Actual Date field that is propagated from the associated picking or scrap.
- stock.move.line: Adds an Actual Date field that is propagated from the associated stock move.
- stock.valuation.layer: Adds a computed Actual Date field for inventory valuation reporting.
- inventory valuation: Allows reporting inventory valuation as of the actual date instead of the processing date.
- journal entries: Updates the date of related journal entries when the actual date is modified on completed records.
- user permissions: Provides a group to control who can modify the actual date on completed records.