diff --git a/addons/product/product.py b/addons/product/product.py index dd9bd2243d8..7b8252fd554 100644 --- a/addons/product/product.py +++ b/addons/product/product.py @@ -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):