Fixed typo

bzr revid: rde-0bc598a252c7d3f0344eebe46d52273ff5b31597
This commit is contained in:
rde 2007-04-25 08:22:25 +00:00
parent ad58c6a462
commit e430c8ef88
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class product_template(osv.osv):
'uos_coeff': fields.float('UOM -> UOS Coeff'),
'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."),
'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 scheduler to order requests based on reordering delays."),
'seller_ids': fields.one2many('product.supplierinfo', 'product_id', 'Partners'),
}
def _get_uom_id(self, cr, uid, *args):