Skip to content
Snippets Groups Projects
Commit 555a3c9f authored by kso's avatar kso Committed by Yannick Tivisse
Browse files

[IMP] stock: Improve tooltip for `Alert date` field on production lot

PURPOSE
=======

confusing tooltip on "Alert Date".

SPECIFICATION
=============

Replace the tooltip on alert date by : "Date used to determined what are the expired lots and serial numbers using the filter "Expiration Alerts".
parent f17db829
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ class StockProductionLot(models.Model):
removal_date = fields.Datetime(string='Removal Date',
help='This is the date on which the goods with this Serial Number should be removed from the stock.')
alert_date = fields.Datetime(string='Alert Date',
help="This is the date on which an alert should be notified about the goods with this Serial Number.")
help='Date to determine the expired lots and serial numbers using the filter "Expiration Alerts".')
product_expiry_alert = fields.Boolean(compute='_compute_product_expiry_alert', help="The Alert Date has been reached.")
@api.depends('alert_date')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment