From ff2c5ad2347677a61b785038edc7b5b013172b8e Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Fri, 21 Sep 2012 09:49:05 +0200 Subject: [PATCH] [IMP] better error message bzr revid: fp@tinyerp.com-20120921074905-p7t8p96va5c49nte --- addons/product/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/product/product.py b/addons/product/product.py index fc90c72c693..14f28450c9b 100644 --- a/addons/product/product.py +++ b/addons/product/product.py @@ -609,7 +609,7 @@ class product_product(osv.osv): return res - _constraints = [(_check_ean_key, 'You provided an invalid "EAN13 Barcode" reference. You may use the internal reference field instead.', ['ean13'])] + _constraints = [(_check_ean_key, 'You provided an invalid "EAN13 Barcode" reference. You may use the "Internal Reference" field instead.', ['ean13'])] def on_order(self, cr, uid, ids, orderline, quantity): pass