Skip to content

Commit 81509af

Browse files
Feliciousjcs-odoo
andcommitted
[REF] inventory: move removal strats into own folder
closes #7530 Signed-off-by: Felicia Kuan (feku) <[email protected]> Co-authored-by: Jonathan <[email protected]>
1 parent 8b76aed commit 81509af

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,3 +1,6 @@
1+
:show-content:
2+
:hide-page-toc:
3+
14
==================
25
Removal strategies
36
==================
@@ -15,11 +18,11 @@ Odoo automatically select how products are selected for orders:
1518
:stub-columns: 1
1619

1720
* -
18-
- :doc:`FIFO <fifo>`
19-
- :doc:`LIFO <lifo>`
20-
- :doc:`FEFO <fefo>`
21-
- :doc:`Closest Location <closest_location>`
22-
- :doc:`Least Packages <least_packages>`
21+
- :doc:`FIFO <removal_strategies/fifo>`
22+
- :doc:`LIFO <removal_strategies/lifo>`
23+
- :doc:`FEFO <removal_strategies/fefo>`
24+
- :doc:`Closest Location <removal_strategies/closest_location>`
25+
- :doc:`Least Packages <removal_strategies/least_packages>`
2326
* - Based on
2427
- :ref:`Incoming date <inventory/warehouses_storage/arrival_date>`
2528
- :ref:`Incoming date <inventory/warehouses_storage/arrival_date>`
@@ -43,7 +46,7 @@ Configuration
4346

4447
Removal strategies are set on either the product category or storage location.
4548

46-
.. image:: removal/navigate-location-category.png
49+
.. image:: removal_strategies/removal/navigate-location-category.png
4750
:align: center
4851
:alt: Change the Force Removal Strategy for either the Product Categories or Locations.
4952

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

108-
.. image:: removal/enable-lots.png
111+
.. image:: removal_strategies/removal/enable-lots.png
109112
:align: center
110113
:alt: Enable lots and serial numbers.
111114

@@ -116,7 +119,7 @@ product. On the product form, switch to the :guilabel:`Inventory` tab, and under
116119
Lots` options.
117120

118121
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
122+
adjustment <inventory_management/count_products>` or during :ref:`product reception
120123
<inventory/product_management/receipt-lots>`.
121124

122125
Locations and routes
@@ -130,7 +133,7 @@ To activate these features, navigate to :menuselection:`Inventory --> Configurat
130133
Under the :guilabel:`Warehouse` heading, enable the :guilabel:`Storage Location` and
131134
:guilabel:`Multi-Step Routes` features.
132135

133-
.. image:: removal/enable-location.png
136+
.. image:: removal_strategies/removal/enable-location.png
134137
:align: center
135138
:alt: Enable the locations and route features.
136139

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

149-
.. image:: removal/enable-expiration.png
152+
.. image:: removal_strategies/removal/enable-expiration.png
150153
:align: center
151154
:alt: Enable expiration dates feature for FEFO.
152155

@@ -161,11 +164,20 @@ removal strategy.
161164
Navigate to :menuselection:`Inventory --> Configuration --> Settings` and select the check box for
162165
the :guilabel:`Packages` feature.
163166

164-
.. image:: removal/enable-pack.png
167+
.. image:: removal_strategies/removal/enable-pack.png
165168
:align: center
166169
:alt: Enable the packages feature.
167170

168171
.. seealso::
169172
- :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>`
173+
- :doc:`2-step delivery <../shipping_receiving/daily_operations/receipts_delivery_two_steps>`
174+
- :doc:`3-step delivery <../shipping_receiving/daily_operations/delivery_three_steps>`
175+
176+
.. toctree::
177+
:titlesonly:
178+
179+
removal_strategies/fifo
180+
removal_strategies/lifo
181+
removal_strategies/fefo
182+
removal_strategies/closest_location
183+
removal_strategies/least_packages
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)