Fix duplicate

This commit is contained in:
Alexis de Lattre
2016-06-18 15:23:22 +02:00
parent 54b74f01c0
commit 25d8a50d3a

View File

@@ -29,7 +29,7 @@ class ProductProduct(models.Model):
_inherit = 'product.product'
second_ean13 = fields.Char(
string='Second EAN13 Barcode', size=13,
string='Second EAN13 Barcode', size=13, copy=False,
help='If the same product is available with two EAN13, you can enter '
'a second EAN13 in this field')