Amit Dodiya (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-5716-ado into
lp:openobject-addons/6.0.
Requested reviews:
Raphael Collet (OpenERP) (rco-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-5716-ado/+merge/75994
Hello Sir,
"[FIX]: Partial reconcile disappear when you cancel a 2nd payment"
Step to reproduce:
1). Create a customer invoice.
2). Make 2 payment(v1, v2) using vouchers for 2 partial payments for customer
invoice.
3). Re-open v2 voucher and select "Unreconcile".
You will see that partial_reconcile_ records disappear for v1 also and invoice
residual amount is obviously wrong in the customer invoice.
Thanks,
Amit
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-5716-ado/+merge/75994
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-5716-ado.
=== modified file 'account/account_move_line.py'
--- account/account_move_line.py 2011-06-22 20:05:58 +0000
+++ account/account_move_line.py 2011-09-19 10:32:07 +0000
@@ -875,7 +875,7 @@
r_id = move_rec_obj.create(cr, uid, {
'type': type,
'line_id': map(lambda x: (4, x, False), ids),
- 'line_partial_ids': map(lambda x: (3, x, False), ids)
+# 'line_partial_ids': map(lambda x: (3, x, False), ids)
})
wf_service = netsvc.LocalService("workflow")
# the id of the move.reconcile is written in the move.line (self) by the create method above
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp