[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.
This commit is contained in:
parent
5b329dcdad
commit
c76115b964
@ -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
|
||||
:align: center
|
||||
|
Loading…
Reference in New Issue
Block a user