documentation
documentation copied to clipboard
[IMP] inventory: multiple qty def fix
17.0: Clarifies Multiple field definition, defining replenishment quantities to be defined in fixed multiples.
Changelog
- Odoo selects the smallest multiple that exceeds the defined Max quantity
- Multiple value is entered on the replenishment report as a defined quantity
- In v18, this will change to the biggest multiple that does not exceed the Max.
- In v19, this will change back to the smallest multiple that exceed the max.
Example
If the Multiple = 3 and Max = 20, Odoo orders 21 units — the smallest multiple of three that exceeds the maximum.
