From 825d9514e219ee96e7e8be0934f5504a306b1db6 Mon Sep 17 00:00:00 2001 From: Felicious Date: Mon, 13 Oct 2025 10:47:11 -0700 Subject: [PATCH] [IMP] inventory: multiple qty def fix --- .../replenishment/reordering_rules.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/applications/inventory_and_mrp/inventory/warehouses_storage/replenishment/reordering_rules.rst b/content/applications/inventory_and_mrp/inventory/warehouses_storage/replenishment/reordering_rules.rst index 18ce4f9b9e..bec21c765f 100644 --- a/content/applications/inventory_and_mrp/inventory/warehouses_storage/replenishment/reordering_rules.rst +++ b/content/applications/inventory_and_mrp/inventory/warehouses_storage/replenishment/reordering_rules.rst @@ -102,9 +102,13 @@ and fill out the following fields for the new reordering rule line item: levels goes below this number, the replenishment is triggered. - :guilabel:`Max Quantity`: The amount of product that should be available after replenishing the product. -- :guilabel:`Multiple Quantity`: If the product should be ordered in specific quantities, enter the - number that should be ordered. For example, if the :guilabel:`Multiple Quantity` is set to `5`, - and only 3 are needed, 5 products are replenished. +- :guilabel:`Multiple Quantity`: Ensures products are replenished in fixed multiples, rounding the + ordered quantity up to the nearest multiple that meets or slightly exceeds the :guilabel:`Max + Quantity`. + + 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. .. image:: reordering_rules/reordering-rule-form.png :align: center