From c76115b9641012efbc03ffd358b9540f47bf7d0a Mon Sep 17 00:00:00 2001 From: Obay Abdelgadir Date: Thu, 26 Dec 2019 13:33:45 +0530 Subject: [PATCH] [FIX] inventory: replenishment doesn't change the UoM (#486) The statement: "When doing a replenishment via the Replenish button on the product form, you have the possibility to change the unit of measure." Implies that when replenishment is done the purchase uom will be changed when actually it just creates a stock.move with a calculated amount based on the product's uom. --- inventory/management/products/uom.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/management/products/uom.rst b/inventory/management/products/uom.rst index fb772d2a3..ce9633d66 100644 --- a/inventory/management/products/uom.rst +++ b/inventory/management/products/uom.rst @@ -82,7 +82,7 @@ Replenishment ------------- When doing a replenishment via the *Replenish* button on the product -form, you have the possibility to change the unit of measure. +form, you have the possibility to use a different unit of measure. .. image:: media/uom_07.png :align: center @@ -104,4 +104,4 @@ In the delivery order, the *UoM* used in the sale order is converted to the *UoM* used for stock management, in our use case, the Units. .. image:: media/uom_10.png - :align: center \ No newline at end of file + :align: center