[FIX] mrp_repair : ref. to account_id assigned

lp bug: https://launchpad.net/bugs/622968 fixed

bzr revid: jvo@tinyerp.com-20100823202526-ihj37we5ilii3vlu
This commit is contained in:
Jay (OpenERP) 2010-08-24 01:55:26 +05:30
parent ecc8cce797
commit 8ee7af483d
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ class mrp_repair(osv.osv):
'invoice_id': inv_id,
'name': name,
'origin': repair.name,
'account_id': a,
'account_id': account_id,
'quantity': fee.product_uom_qty,
'invoice_line_tax_id': [(6,0,[x.id for x in fee.tax_id])],
'uos_id': fee.product_uom.id,