odoo/documentation#14853
Created by Felicia Kuan (feku)
Blocked
- Merge method
- Review
-
CI
- ci/documentation: (runtime 959s)
- ci/codeowner_coverage: (runtime 3s)
- label
- odoo-dev:19.0-inventory-multi-qty-feku
- head
- f8ab2707f8cc3cbce811547fbe160a4208cf2c5c
| odoo/documentation | |
|---|---|
| 19.0 | #14853 missing r+ |
| master |
[IMP] inventory: multiple qty
19.0: Update behavior of Multiple field in reordering rules and introduces packaging-based configuration
Changelog
- Reverts replenishment behavior to match v17:
- Odoo now selects the multiple that exceeds the defined Max quantity, rather than stopping below it (as in v18).
- Multiple values are now defined using packagings instead of numeric quantities.
Example
If Multiple = 3, set a 'pack of 3' and assign as a unit on the vendor pricelist. On replenishment report, set Multiple = 'pack of 3' and Max = 20, and 7 pack of 3s are ordered, equaling 21 units.