Product : legacy intrastat field removed

bzr revid: bch-019e8ffb1aded9bb45d66de99ff6e795755d7b2d
This commit is contained in:
bch 2007-01-25 08:53:58 +00:00
parent e1155e4dab
commit 9e930c5a4f
1 changed files with 0 additions and 1 deletions

View File

@ -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."),