From 61c7f9634057c0d6da24cfcdc542dd92e6251170 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Tue, 12 Nov 2019 12:39:04 +0100 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Jacques-Etienne Baudoux --- stock_location_zone/readme/DESCRIPTION.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_location_zone/readme/DESCRIPTION.rst b/stock_location_zone/readme/DESCRIPTION.rst index 02fe9ddb46e9..7b3ca7af2518 100644 --- a/stock_location_zone/readme/DESCRIPTION.rst +++ b/stock_location_zone/readme/DESCRIPTION.rst @@ -3,8 +3,8 @@ classification of stock locations in a warehouse. Locations are then classified by location kinds that could be: -* Zone: locations that are flagged as being zones -* Area: locations with children that are part of a zone +* Zone: locations that are flagged as being zones. Zones are subdivisions of the warehouse for splitting picking operations. A picking operator work in a zone and can pick from any location of the zone. +* Area: locations with children that are part of a zone. Areas are subdivisions of the warehouse for put-away operations. Each area has storage characteristics and strategy, e.g. area for pallets, shelf for boxes... * Bin: locations without children that are part of a zone * Stock: internal locations whose parent is a view * Other: any other location