From 25d8a50d3afc8b1def62bf733099744818457eb4 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sat, 18 Jun 2016 15:23:22 +0200 Subject: [PATCH] Fix duplicate --- pos_second_ean13/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_second_ean13/product.py b/pos_second_ean13/product.py index ad6dd1b..e25bc6c 100644 --- a/pos_second_ean13/product.py +++ b/pos_second_ean13/product.py @@ -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')