TIP: You can type at any time to perform a new search.
Improved reordering rules
stock_reord_rule · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 0.2
- Category
- Tools
- Folder size
- 0.01 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 07:17:45
- Authors
- Odoo Community Association (OCA), Sergio Corato
- Maintainers
- Odoo Community Association (OCA), Sergio Corato
- Committers
- Pedro M. Baeza, Denis Roussel
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to improve reordering rules of stock module. It works forecasting the stock needed per product for n days of sales, with the following formula: (( Qty sold in days_stats * (1+forecast_gap)) / days_stats * days_warehouse) where: - days_stats = days on wich calculate sales stats; - forecast_gap = forecast of increase/decrease on sales (%); - days_warehouse = days of stock to keep in the warehouse. Usage: insert days_stats, forecast_gap and days_warehouse vars in product form and create a reordering rule for the same product, without inserting nothing (neither maximum or minimum quantity are required). The cron job will be executed daily and will update the maximum quantity in the reordering rule (you can force it to start changing the date and hour of execution). This module doesn't need purchase module to work, but it's useful with that module.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_procurement_by_days |
product.normal.form_procurement_by_days | product.product | form | Inherits product.product_normal_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…