Thursday, March 30, 2017
1 change · master
Enhancements to existing features
The sales order view now uses a clearer label for payment transactions so users do not mistake the presence of a transaction for a confirmed payment. This helps avoid confusion when payments have failed or when multiple tentative transactions exist.
Original PR description
It is confusing to see an existing payment transaction on an SO next to its total even though it doesn't necessarily mean that the SO is paid because the transaction could have failed. Additionally, if there are several tentative transactions for one SO, only the latest one is accessible through this m2o. Finally, I make this change at the view level and not at the field level because it is possible that the default label makes sense on other views (that I don't want to change).