Comment 5 for bug 496889

Revision history for this message
Cloves Almeida (cjalmeida) wrote : Re: [account] wizard_pay_invoice may calculate a wrong invoice total (5.0)

This "Pay Invoice" wizard is an old wizard and can't be overloaded by modules. IMHO, the "right" course of action would be:

1) Refactor the old wizard "Pay Invoice" into a new wizard (osv.osv_memory)
2) Overload the relevant methods in account_anglo_saxon

This way, both solutions are possible.