Comment 5 for bug 1202127

Revision history for this message
Thomas Winteler (Win-Soft) (thomi) wrote :

Hey common... this bug is very old and a main feature for accountants..

In latest revno the line 811 on account_voucher/account_voucher.py is:

'amount': (line.id in move_lines_found) and min(abs(price), amount_unreconciled) or 0.0,

it hast to be changed to:

'amount': (line.id in move_lines_found) and amount_unreconciled or 0.0,

to have calculation if less or more amount is payed.

I also tested that on this runbot: http://7-0-32577.runbot.openerp.com/
and also there the bug exists!!!

Why you don't merge/fix this issue?

Please, please, please...

thomi