diff --git a/inventory/settings/warehouses/location_creation.rst b/inventory/settings/warehouses/location_creation.rst index 0ca54be70..76c582019 100644 --- a/inventory/settings/warehouses/location_creation.rst +++ b/inventory/settings/warehouses/location_creation.rst @@ -1,3 +1,44 @@ ============================= How to create a new location? -============================= \ No newline at end of file +============================= + +Configuration +============= + +Creating a new location +----------------------- + +In order to be able to create new locations, you must allow the system +to manage multiple locations. In the **Inventory** module, open the +menu :menuselection:`Configuration --> Settings`. In the **Location & +Warehouse** section, tick the **Manage several locations per warehouse** +box, then click on **Apply**. + +.. image:: media/location_creation02.png + :align: center + +In the **Inventory** module, open +:menuselection:`Configuration --> Warehouse Management --> Locations` +In the Locations window, click on **Create**. + +Type the name of the location in the **Location Name** field, and select +the **Parent Location** in the list. The parent location can be a +physical, partner or virtual location, and you can add as many +sub-locations as needed to a location. + +You can also fill in the **Additional Information** fields and add a +note to describe your location. + +.. image:: media/location_creation01.png + :align: center + +When you are finished, click on **Save**. + +.. note:: + A warehouse also corresponds to a location. As the locations + are hierarchical, Odoo will create the parent location of the + warehouse, containing all the sublocations in it. + +.. seealso:: + * :doc:`difference_warehouse_location` + * :doc:`warehouse_creation` \ No newline at end of file diff --git a/inventory/settings/warehouses/media/location_creation01.png b/inventory/settings/warehouses/media/location_creation01.png new file mode 100644 index 000000000..93f8b6c8c Binary files /dev/null and b/inventory/settings/warehouses/media/location_creation01.png differ diff --git a/inventory/settings/warehouses/media/location_creation02.png b/inventory/settings/warehouses/media/location_creation02.png new file mode 100644 index 000000000..2ca239b63 Binary files /dev/null and b/inventory/settings/warehouses/media/location_creation02.png differ