Skip to content

Commit eda5213

Browse files
committed
sali requested technical changes
1 parent 19a69ea commit eda5213

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

content/applications/inventory_and_mrp/inventory/management/warehouses/use_locations.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ A *location* is a specific space within a warehouse. This can be a shelf, room,
66
are three types of locations in Odoo:
77

88
- *Physical locations* are spaces within a warehouse owned by the user's company. These can be a
9-
an area where items are stored like an aisle or shelf, or an area where operations take place, like
10-
loading and unloading bays.
9+
an area where items are stored like an aisle or shelf, or an area where operations take place,
10+
like loading and unloading bays.
1111
- *Partner locations* are the same as physical locations except that they exist within the warehouse
1212
of a customer or vendor.
1313
- *Virtual locations* are locations that do not exist physically, but where items that are not in
14-
inventory can be placed. These can be items that have not yet entered inventory, like products that
15-
are on the way to a warehouse, or items that are no longer in inventory due to loss or other
14+
inventory can be placed. These can be items that have not yet entered inventory, like products
15+
that are on the way to a warehouse, or items that are no longer in inventory due to loss or other
1616
factors.
1717

1818
.. important::
19-
In order to use locations, the :guilabel:`Storage Locations` setting must be enabled from the
20-
:guilabel:`Inventory` module by selecting :menuselection:`Configuration --> Settings` and clicking
21-
the checkbox under the Warehouse heading.
19+
In order to use locations, the :guilabel:`Storage Locations` setting must be enabled from the
20+
:menuselection:`Inventory` module by selecting :menuselection:`Configuration --> Settings` and
21+
clicking the checkbox under the :guilabel:`Warehouse` heading.
2222

2323
Create a new location inside a warehouse
2424
========================================
2525

26-
Starting from the :guilabel:`Inventory` module, select :menuselection:`Configuration --> Locations
27-
--> Create`. The new location form can then be configured as follows:
26+
Starting from the :menuselection:`Inventory` module, select :menuselection:`Configuration -->
27+
Locations --> Create`. The new location form can then be configured as follows:
2828

2929
- :guilabel:`Location Name`: the name that will be used to reference the location
3030
- :guilabel:`Parent Location`: the location or warehouse that the new location exists within
@@ -37,21 +37,21 @@ Starting from the :guilabel:`Inventory` module, select :menuselection:`Configura
3737
- :guilabel:`Barcode`: the barcode number assigned to the location
3838
- :guilabel:`Removal Strategy`: the strategy for how items should be taken from inventory
3939

40-
.. image:: use_locations/new_location_form.png
41-
:align: center
42-
:alt: The form for creating a new location.
40+
.. image:: use_locations/new-location-form.png
41+
:align: center
42+
:alt: The form for creating a new location.
4343

4444
Create location hierarchies
4545
===========================
4646

47-
The :guilabel:`Parent Location` setting on the new location form allows for a location to exist
48-
within a warehouse or another location. Every location can serve as a parent location, and every
49-
parent location can have multiple locations within it, allowing for the creation of a virtually
50-
infinite hierarchical structure.
47+
The *Parent Location* setting on the new location form allows for a location to exist within a
48+
warehouse or another location. Every location can serve as a parent location, and every parent
49+
location can have multiple locations within it, allowing for the creation of a virtually infinite
50+
hierarchical structure.
5151

5252
.. example::
53-
Location hierarchy could be organized so that a shelf is located within an aisle, which is located
54-
within a room, which is located within the overall warehouse.
53+
Location hierarchy could be organized so that a shelf is located within an aisle, which is
54+
located within a room, which is located within the overall warehouse.
5555

5656
To create the location hierarchy in the example above, set the warehouse as the parent of the room,
5757
the room as the parent of the aisle, and the aisle as the parent of the shelf. This can be adapted

0 commit comments

Comments
 (0)