Skip to content

Commit 893e355

Browse files
committed
[ADD] inventory: add new expiry alert behavior
odoo/odoo#212154 introduced new behavior to the lot product expiry notification behavior. Now the notification will prioritize Default User of the alert before considering product's reponsible user.
1 parent 5babf3e commit 893e355

File tree

1 file changed

+12
-0
lines changed
  • content/applications/inventory_and_mrp/inventory/product_management/product_tracking

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,15 @@ Select a product configured with lot/serial numbers and expiration date tracking
283283

284284
When the expiation date passes for a lot/serial number for this product, a notification is sent to
285285
the user in this field.
286+
287+
.. note::
288+
Once the expiration date is due, expiration alerts are created on the form view of the lot/serial
289+
number of the product.
290+
291+
To customize these alerts, turn on :ref:`developer mode <developer-mode>`, go to
292+
:menuselection:`Settings app --> Technical --> Activity Types`, and select the :guilabel:`Alert
293+
Date Reached` alert.
294+
295+
The :guilabel:`Default User` assigned will be notified once the expiration date is reached. If no
296+
default user is configured, the activity will be assigned to the :guilabel:`Responsible` user
297+
selected on the product's :guilabel:`Inventory` tab.

0 commit comments

Comments
 (0)