[Fix] purchase_requisition: set th right name of field

bzr revid: sbh@tinyerp.com-20100421075640-ae52n2dc9wxniknf
This commit is contained in:
sbh (Open ERP) 2010-04-21 13:26:40 +05:30
parent ab2e42338f
commit 46d953d660
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class mrp_procurement(osv.osv):
'name': procurement.name,
'origin': procurement.name,
'date_end': procurement.date_planned,
'lines_ids': [(0,0,{
'line_ids': [(0,0,{
'product_id': procurement.product_id.id,
'product_uom_id': procurement.product_uom.id,
'product_qty': procurement.product_qty