Skip to content

Commit e78f093

Browse files
Felicioussamueljlieber
authored andcommitted
[REF] inventory: move removal strats into own folder
1 parent c330f4d commit e78f093

29 files changed

+44
-28
lines changed

content/applications/inventory_and_mrp/inventory/product_management/product_tracking/expiration_dates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ alerts will be created.
223223
Removal strategies can also be set on :guilabel:`Product Categories`.
224224

225225
.. seealso::
226-
:doc:`../../warehouses_storage/advanced_operations_warehouse/removal`
226+
:doc:`../../warehouses_storage/removal_strategies`
227227

228228
View expiration dates for lots & serial numbers
229229
===============================================

content/applications/inventory_and_mrp/inventory/product_management/product_tracking/lots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ include that specific part of the total quantity.
210210
quantity in one lot to fulfill the order.
211211

212212
.. seealso::
213-
:doc:`/applications/inventory_and_mrp/inventory/warehouses_storage/advanced_operations_warehouse/removal`
213+
:doc:`/applications/inventory_and_mrp/inventory/warehouses_storage/removal_strategies`
214214

215215
Then, click :guilabel:`Add a line`, select an additional (different) :guilabel:`Lot/Serial Number`,
216216
apply the rest of the :guilabel:`Done` quantities, and click :guilabel:`Confirm` to close the

content/applications/inventory_and_mrp/inventory/warehouses_storage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Warehouses and storage
99

1010
warehouses_storage/inventory_management
1111
warehouses_storage/inventory_valuation
12+
warehouses_storage/removal_strategies
1213
warehouses_storage/advanced_operations_warehouse

content/applications/inventory_and_mrp/inventory/warehouses_storage/advanced_operations_warehouse.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ Advanced operations
1616
advanced_operations_warehouse/putaway
1717
advanced_operations_warehouse/usage
1818
advanced_operations_warehouse/cluster_picking
19-
advanced_operations_warehouse/removal
20-
advanced_operations_warehouse/fifo
21-
advanced_operations_warehouse/lifo
22-
advanced_operations_warehouse/fefo
23-
advanced_operations_warehouse/closest_location
24-
advanced_operations_warehouse/least_packages

content/applications/inventory_and_mrp/inventory/warehouses_storage/inventory_management/use_locations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Starting from the :menuselection:`Inventory` app, select :menuselection:`Configu
3535
- :guilabel:`Is a Return Location?`: check this box to allow products to be returned to this
3636
location
3737
- :guilabel:`Barcode`: the barcode number assigned to the location
38-
- :guilabel:`Removal Strategy`: the :doc:`strategy <../advanced_operations_warehouse/removal>` for
39-
how items should be taken from inventory
38+
- :guilabel:`Removal Strategy`: the :doc:`strategy <../removal_strategies>` for how items
39+
should be taken from inventory
4040

4141
.. image:: use_locations/new-location-form.png
4242
:align: center
Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
:show-content:
2+
:hide-page-toc:
3+
14
==================
25
Removal strategies
36
==================
47

8+
.. toctree::
9+
:titlesonly:
10+
11+
removal_strategies/fifo
12+
removal_strategies/lifo
13+
removal_strategies/fefo
14+
removal_strategies/closest_location
15+
removal_strategies/least_packages
16+
517
For companies with warehouses, *removal strategies* determine **which** products are taken from the
618
warehouse, and **when**. For example, for perishable products, prioritizing the picking of goods
719
with the nearest expiration date helps minimize food spoilage.
@@ -15,11 +27,11 @@ Odoo automatically select how products are selected for orders:
1527
:stub-columns: 1
1628

1729
* -
18-
- :doc:`FIFO <fifo>`
19-
- :doc:`LIFO <lifo>`
20-
- :doc:`FEFO <fefo>`
21-
- :doc:`Closest Location <closest_location>`
22-
- :doc:`Least Packages <least_packages>`
30+
- :doc:`FIFO <removal_strategies/fifo>`
31+
- :doc:`LIFO <removal_strategies/lifo>`
32+
- :doc:`FEFO <removal_strategies/fefo>`
33+
- :doc:`Closest Location <removal_strategies/closest_location>`
34+
- :doc:`Least Packages <removal_strategies/least_packages>`
2335
* - Based on
2436
- :ref:`Incoming date <inventory/warehouses_storage/arrival_date>`
2537
- :ref:`Incoming date <inventory/warehouses_storage/arrival_date>`
@@ -43,7 +55,7 @@ Configuration
4355

4456
Removal strategies are set on either the product category or storage location.
4557

46-
.. image:: removal/navigate-location-category.png
58+
.. image:: removal_strategies/removal/navigate-location-category.png
4759
:align: center
4860
:alt: Change the Force Removal Strategy for either the Product Categories or Locations.
4961

@@ -105,7 +117,7 @@ expiration dates. To enable this feature, navigate to :menuselection:`Inventory
105117
--> Settings`. Under the :guilabel:`Traceability` heading, check the box beside :guilabel:`Lots &
106118
Serial Numbers` to enable the feature.
107119

108-
.. image:: removal/enable-lots.png
120+
.. image:: removal_strategies/removal/enable-lots.png
109121
:align: center
110122
:alt: Enable lots and serial numbers.
111123

@@ -116,7 +128,7 @@ product. On the product form, switch to the :guilabel:`Inventory` tab, and under
116128
Lots` options.
117129

118130
After enabling the features, assign lot or serial numbers to products using an :doc:`inventory
119-
adjustment <../inventory_management/count_products>` or during :ref:`product reception
131+
adjustment <inventory_management/count_products>` or during :ref:`product reception
120132
<inventory/product_management/receipt-lots>`.
121133

122134
Locations and routes
@@ -130,7 +142,7 @@ To activate these features, navigate to :menuselection:`Inventory --> Configurat
130142
Under the :guilabel:`Warehouse` heading, enable the :guilabel:`Storage Location` and
131143
:guilabel:`Multi-Step Routes` features.
132144

133-
.. image:: removal/enable-location.png
145+
.. image:: removal_strategies/removal/enable-location.png
134146
:align: center
135147
:alt: Enable the locations and route features.
136148

@@ -146,7 +158,7 @@ Configuration --> Settings`.
146158
Under the :guilabel:`Traceability` heading, ensure the :guilabel:`Lots & Serial Numbers` feature is
147159
selected, and then select the check box for :guilabel:`Expiration Dates` to enable the feature.
148160

149-
.. image:: removal/enable-expiration.png
161+
.. image:: removal_strategies/removal/enable-expiration.png
150162
:align: center
151163
:alt: Enable expiration dates feature for FEFO.
152164

@@ -161,11 +173,11 @@ removal strategy.
161173
Navigate to :menuselection:`Inventory --> Configuration --> Settings` and select the check box for
162174
the :guilabel:`Packages` feature.
163175

164-
.. image:: removal/enable-pack.png
176+
.. image:: removal_strategies/removal/enable-pack.png
165177
:align: center
166178
:alt: Enable the packages feature.
167179

168180
.. seealso::
169181
- :ref:`Packages <inventory/management/packages>`
170-
- :doc:`2-step delivery <../../shipping_receiving/daily_operations/receipts_delivery_two_steps>`
171-
- :doc:`3-step delivery <../../shipping_receiving/daily_operations/delivery_three_steps>`
182+
- :doc:`2-step delivery <../shipping_receiving/daily_operations/receipts_delivery_two_steps>`
183+
- :doc:`3-step delivery <../shipping_receiving/daily_operations/delivery_three_steps>`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The goal of this strategy is to save the warehouse worker from taking a long jou
99
shelf when the product is also available at a closer location.
1010

1111
.. seealso::
12-
:doc:`About removal strategies <removal>`
12+
:doc:`About removal strategies <../removal_strategies>`
1313

1414
.. _inventory/warehouses_storage/sequence:
1515

0 commit comments

Comments
 (0)