documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[IMP] inventory: multiple qty def fix

Open Felicious opened this issue 2 months ago • 1 comments

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.

Felicious avatar Oct 13 '25 17:10 Felicious

Pull request status dashboard

robodoo avatar Oct 13 '25 17:10 robodoo