Skip to content

Conversation

@Felicious
Copy link
Contributor

@Felicious Felicious commented Oct 13, 2025

18.0: Adjust logic of Multiple field in reordering rules to prevent overstocking by ensuring replenishment quantities never exceed the defined maximum

Changelog

  • Odoo now selects the largest multiple that does not exceed the Max quantity.
    • Previously in v17, Odoo selected the multiple that exceeded the maximum.
  • The Multiple field remains a numeric value, representing a fixed quantity multiple.
  • In the v19, the system will go back to selecting the multiple that exceeds the max.

Example

If the Multiple = 3 and Max = 20, Odoo orders 18 units — the highest multiple of three that stays below or equal to the maximum.

@robodoo
Copy link
Collaborator

robodoo commented Oct 13, 2025

Pull request status dashboard

@Felicious Felicious marked this pull request as ready for review October 14, 2025 00:03
@Felicious Felicious requested a review from jero-odoo October 14, 2025 00:04
@C3POdoo C3POdoo requested a review from a team October 14, 2025 00:05
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.

3 participants