bzr revid: jvo@tinyerp.com-20100519054342-8jt2maqvw8q5ogri
This commit is contained in:
Jay (Open ERP) 2010-05-19 11:13:42 +05:30
parent 0644855a70
commit 51570256c7
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class mrp_procurement(osv.osv):
if reste > 0:
qty += op.qty_multiple - reste
newdate = DateTime.now() + DateTime.RelativeDateTime(
days=int(op.product_id.seller_delay))
days = int(op.product_id.seller_delay))
if op.product_id.supply_method == 'buy':
location_id = op.warehouse_id.lot_input_id
elif op.product_id.supply_method == 'produce':