@@ -11,7 +11,7 @@ control purpose or due to reason of product expiration.
11
11
12
12
When a product movement needs to be done, Odoo will find available
13
13
products that can be assigned to shipping. The way Odoo assign these
14
- products depend on the **removal strategy ** that is defined on the **product
14
+ products depend on the **removal strategy ** that is defined on the **product
15
15
category ** or on the **location **.
16
16
17
17
Configuration
@@ -109,27 +109,52 @@ Then click on **Apply** to save changes.
109
109
.. image :: media/removal08.png
110
110
:align: center
111
111
112
- It will allow you to set ** best before date **, ** end of life date **, ** alert
113
- date ** and ** removal date ** on the serial number. Go to
114
- :menuselection: `Inventory Control --> Serial Numbers/Lots `.
112
+ This will allow you to set four expiration fields for each lot or serial number:
113
+ ** best before date **, ** end of life date **, ** alert date ** and ** removal date **.
114
+ These dates can be set from :menuselection: `Inventory Control --> Serial Numbers/Lots `.
115
115
116
116
.. image :: media/removal09.png
117
117
:align: center
118
118
119
119
- **Best Before Date **: This is the date on which the goods with this
120
- serial number start deteriorating, without being dangerous yet.
120
+ serial/lot number start deteriorating, without being dangerous yet.
121
121
122
122
- **End of Life Date: ** This is the date on which the goods with this
123
- serial number may become dangerous and must not be consumed.
123
+ serial/lot number may become dangerous and must not be consumed.
124
124
125
125
- **Removal Date: ** This is the date on which the goods with this
126
- serial Number should be removed from the stock.
126
+ serial/lot number should be removed from the stock. Using the FEFO
127
+ removal strategym goods are picked for delivery orders using this date.
127
128
128
- - **Alert Date: ** This is the date on which an alert should be notified
129
- about the goods with this serial number.
129
+ - **Alert Date: ** This is the date on which an alert should be sent
130
+ about the goods with this serial/lot number.
130
131
131
- Products will pick first with expiry date (removal date), So you have
132
- to set removal date on lot/serial numbers.
132
+ Lots will be picked based on their **removal date **, from earliest
133
+ to latest. Lots without a removal date defined will be picked after
134
+ lots with removal dates.
135
+
136
+ All dates except **removal date ** are for informational and reporting purposes only.
137
+ Lots that are past any or all of the above expiration dates may still be picked
138
+ for delivery orders, and no alerts will be sent when lots pass their **alert date **.
139
+
140
+ Expiration dates on lots can also be set automatically when goods are received into stock.
141
+ After enabling expiration dates on serial numbers, four new fields will become available
142
+ in the inventory tab of the product form: **product life time **, **product use time **,
143
+ **product removal time **, and **product alert time **. When an integer is entered into one
144
+ of these fields, the expiration date of a lot/serial of the product in question will be set
145
+ to the creation date of the lot/serial number plus the number of days entered in the time
146
+ increment field. If the time increment field is set to zero, then the expiration date of
147
+ a lot/serial must be defined manually after the lot has been created.
148
+
149
+ Each of these time increment fields is used to generate one of the lot expiration date fields as follows:
150
+
151
+ Product Use Time --> Best Before Date
152
+
153
+ Product Removal Time --> Removal Date
154
+
155
+ Product Life Time --> End of Life Date
156
+
157
+ Product Alert Time --> Alert Date
133
158
134
159
To set the removal strategy on location, go to
135
160
:menuselection: `Configuration --> Locations ` and choose FEFO.
0 commit comments