odoo/documentation#14849

Created by Felicia Kuan (feku)

Blocked

label
odoo-dev:17.0-inventory-multi-qty-definition-fix-feku
head
825d9514e219ee96e7e8be0934f5504a306b1db6
odoo/documentation
17.0 #14849 missing r+
18.0
saas-18.2
saas-18.3
saas-18.4
19.0
master

[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.