[IMP] better error message

bzr revid: fp@tinyerp.com-20120921074905-p7t8p96va5c49nte
This commit is contained in:
Fabien Pinckaers 2012-09-21 09:49:05 +02:00
parent fa9b5c7dc3
commit ff2c5ad234
1 changed files with 1 additions and 1 deletions

View File

@ -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