odoo/documentation#14850
Created by Felicia Kuan (feku)
Blocked
- Merge method
- Review
-
CI
- ci/documentation: (runtime 1231s)
- ci/codeowner_coverage: (runtime 1s)
- label
- odoo-dev:18.0-inventory-multi-qty-feku
- head
- 4164c5414788e8e50144a4c6fe7a15110221c7f8
| odoo/documentation | |
|---|---|
| 18.0 | #14850 missing r+ |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| master |
[IMP] inventory: multiple qty def fix
18.0: Adjust logic of Multiple field in reordering rules to prevent overstocking by ensuring replenishment quantities never exceed the defined maximum
Changelog
- Odoo now selects the largest multiple that does not exceed the Max quantity.
- Previously in v17, Odoo selected the multiple that exceeded the maximum.
- The Multiple field remains a numeric value, representing a fixed quantity multiple.
- In the v19, the system will go back to selecting the multiple that exceeds the max.
Example
If the Multiple = 3 and Max = 20, Odoo orders 18 units — the highest multiple of three that stays below or equal to the maximum.