Comment 13 for bug 1127198

Revision history for this message
Rifakat Husen (OpenERP) (rha-openerp) wrote :

>This creates confusion whenever a user is trying to correct the reconcilements from his bank statements by looking at all the >draft vouchers (via the menu, not from the bank statement).
I agree. Your fix handles this.

>I understand my solution does indeed not fix the problem where changing the statement line date should change (if present) the >date on the voucher. It seems a simpler and cleaner solution to apply an on_change handler on the statement.
I think on_change solution for stable indeed good? I think this will be taken care by this,
http://bazaar.launchpad.net/~openerp/openobject-addons/6.0/revision/5136#account_voucher/account_voucher.py

I know this is weird that changing the statement date will not immediately change voucher date, but ultimately it will while confirming statement. If we don't go for on_change solution then this will still be fine, what do you think?

Thanks for your clarification.