-
- Downloads
[IMP] stock: harmonize orderpoint tooltips
Fix the inconsistency of product_{min,max}_qty in orderpoint. Both have different tooltip saying that the reordering rule would trigger if : - min: forecasted_qty <= product_min_qty - max: forecasted_qty < product_min_qty As the tooltip of the product_max_qty is in fact correct, we adapt the tooltip of the product_min_qty to match the reality. Task-2656397 Part-of: odoo/odoo#78199
Please register or sign in to comment