Thursday, March 25, 2021
3 changes · master
Resolved issues and error corrections
Field service sales now shows an error message in a way that can be properly translated. This helps users in different languages receive clear guidance when a product quantity cannot be updated.
Original PR description
Before this commit, we give a variable containing the error message throw by the `_setValue` method. The problem is `_t` method need an explicit string to translate the error message. This commit replaces the variable by an explicit error message. Related PR: #16088
When creating an electronic credit note from an Argentine electronic invoice, the system now stops the credit note from being created if the tax authority validation fails. Users receive the actual validation error instead of a confusing message about a deleted record, making it easier to correct the issue and try again.
Original PR description
task 334 ---
This fixes the automatic email shown when a subscription payment fails so the message no longer creates repeated quote sections or extra “read more/read less” links. Business users get a cleaner chatter view and clearer communication around failed payments.
Original PR description
The current automatic mail sent when a payment fails was triggering multiple quotes due to a structure error, leaving multiple "read more/read less" anchors in the chatter view. This commit fixes this problem by adding a parent element enclosing the signature quote and preventing the rest of the text having 'data-o-mail-quote' attributes, being hidden by the 'read more' button. task-2381080 