Skip to content

Conversation

@Felicious
Copy link
Contributor

@Felicious Felicious commented Oct 13, 2025

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.

@robodoo
Copy link
Collaborator

robodoo commented Oct 13, 2025

Pull request status dashboard

@Felicious Felicious added the 2 label Oct 14, 2025
@Felicious Felicious removed the 2 label Oct 14, 2025
@Felicious Felicious marked this pull request as ready for review October 14, 2025 00:14
@C3POdoo C3POdoo requested a review from a team October 14, 2025 00:16
Comment on lines +109 to +111
For example, if :guilabel:`Multiple Quantity` is set to `3`, Odoo orders in multiples of three (3,
6, 9, ...). If the :guilabel:`Max Quantity` is `20`, `21` is ordered because it is the smallest
multiple of three that reaches or exceeds the maximum.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as the remark in for the v 19.0.
It depends on the min qty and the forecasted.
If the min is 8 as soon as the forecasted qty is 8 or lower it will compute the the qty to reorder in order to reach the max qty but it will adapt the to order qty to be a multiple of the multiple qty.
If forecast is 8 and max is 20 --> to reorder = 12 it's a multiple of 3 so OK
If forecast is 6 and max is 20 --> to reorder = 14 but it's not a multiple of 3 so it will order 15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants