[FIX] hr_expence: creation of inovice from form

bzr revid: mra@tinyerp.com-20100519094538-8wsagvoa5zhb6vsl
This commit is contained in:
mra (Open ERP) 2010-05-19 15:15:38 +05:30
parent 24998f835c
commit d43fc2378b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class hr_expense_expense(osv.osv):
lines.append((0, False, {
'name': l.name,
'account_id': acc,
'account_id': acc.id,
'price_unit': l.unit_amount,
'quantity': l.unit_quantity,
'uos_id': l.uom_id.id,