Rename Uom to Unit.

This commit is contained in:
Albert Cervera i Areny 2023-09-13 20:52:08 +02:00
parent c4cd2ecf74
commit 205b626e34

View file

@ -130,7 +130,7 @@ product that requires lot::
True
>>> move.quantity == 1.0
True
>>> move.uom == unit
>>> move.unit == unit
True
>>> move.from_location == customer.customer_location
True