From 41f012e0b49b8ae85570a55af3839f5365a4d1f1 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 1 Mar 2016 17:36:14 +0100 Subject: [PATCH] Better help msg --- purchase_suggest_min_qty_on_product/product.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.")