[ADD] inventory: add new expiry alert behavior

https://github.com/odoo/odoo/pull/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.

closes odoo/documentation#13730

X-original-commit: 50cacdf7cf
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
This commit is contained in:
suju-odoo
2025-06-13 18:50:08 +00:00
committed by Felicious
parent 35f3f29054
commit 94aa116fc7

View File

@@ -256,3 +256,15 @@ Select a product configured with lot/serial numbers and expiration date tracking
When the expiation date passes for a lot/serial number for this product, a notification is sent to
the user in this field.
.. note::
Once the expiration date is due, expiration alerts are created on the form view of the lot/serial
number of the product.
To customize these alerts, turn on :ref:`developer mode <developer-mode>`, go to
:menuselection:`Settings app --> Technical --> Activity Types`, and select the :guilabel:`Alert
Date Reached` alert.
The :guilabel:`Default User` assigned will be notified once the expiration date is reached. If no
default user is configured, the activity will be assigned to the :guilabel:`Responsible` user
selected on the product's :guilabel:`Inventory` tab.