[FIX] bug 1062119

bzr revid: api@openerp.com-20121107134404-pmpq2q691fmpt1ie
This commit is contained in:
Arnaud Pineux 2012-11-07 14:44:04 +01:00
commit 8740c3306f
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class sale_advance_payment_inv(osv.osv_memory):
# create the invoice
inv_line_values = {
'name': res.get('name'),
'origin': sale.name,
'account_id': res['account_id'],
'price_unit': inv_amount,
'quantity': wizard.qtty or 1.0,