ddmrp_history
Extends Odoo DDMRP to capture buffer history and visualize planning and execution trends for analysis.
Key Features
- ddmrp.history: Stores historical snapshots of buffer thresholds, net flow position, on-hand quantity, and ADU for each buffer.
- stock.buffer: Records buffer metrics into DDMRP history whenever the scheduled cron runs unless explicitly disabled.
- stock.buffer: Provides a computed planning history chart showing buffer zones with net flow and on-hand trends using the Bokeh widget.
- stock.buffer: Offers an execution history chart that visualizes color-coded buffer zones stacked around on-hand values over time.
- inventory: Adds a DDMRP Buffer History reporting menu with list, pivot, and graph views for analysis.
- security: Restricts history access to DDMRP maintainers and managers with a multi-company rule limiting records to allowed companies.