diff --git a/purchase_suggest_min_qty_on_product/product.py b/purchase_suggest_min_qty_on_product/product.py index fe0724d..cd3228a 100644 --- a/purchase_suggest_min_qty_on_product/product.py +++ b/purchase_suggest_min_qty_on_product/product.py @@ -32,4 +32,5 @@ class ProductProduct(models.Model): digits=dp.get_precision('Product Unit of Measure'), company_dependent=True, help="If the forecast quantity is lower than the value of this field, " - "Odoo will suggest to re-order this product.") + "Odoo will suggest to re-order this product. This field is in the " + "unit of measure of the product.")