Better help msg

This commit is contained in:
Alexis de Lattre
2016-03-01 17:36:14 +01:00
parent dba79c83c4
commit 41f012e0b4

View File

@@ -32,4 +32,5 @@ class ProductProduct(models.Model):
digits=dp.get_precision('Product Unit of Measure'), digits=dp.get_precision('Product Unit of Measure'),
company_dependent=True, company_dependent=True,
help="If the forecast quantity is lower than the value of this field, " 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.")