From 9e930c5a4f0206cf8dec1744e5e13dc660bff945 Mon Sep 17 00:00:00 2001 From: bch <> Date: Thu, 25 Jan 2007 08:53:58 +0000 Subject: [PATCH] Product : legacy intrastat field removed bzr revid: bch-019e8ffb1aded9bb45d66de99ff6e795755d7b2d --- addons/product/product.py | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/product/product.py b/addons/product/product.py index 1869b68c0a8..ae9ac9351e2 100644 --- a/addons/product/product.py +++ b/addons/product/product.py @@ -193,7 +193,6 @@ class product_template(osv.osv): 'state': fields.selection([('draft', 'In Development'),('sellable','In production'),('end','End of lifecycle'),('obsolete','Obsolete')], 'State'), 'uos_id' : fields.many2one('product.uom', 'Unit of Sale'), 'uos_coeff': fields.float('UOM -> UOS Coeff'), - 'intrastat': fields.char('Intrastat number', size=16), 'mes_type': fields.selection((('fixed', 'Fixed'), ('variable', 'Variable')), 'Mesure type', required=True), 'tracking': fields.boolean('Track lots'), 'seller_delay': fields.function(_calc_seller_delay, method=True, type='integer', string='Supplier lead time', help="This is the average delay in days between the purchase order confirmation and the reception of goods for this product and for the default supplier. It is used by the sceduler to order requests based on reordering delays."),