Saturday, June 5, 2021
2 changes · master
Enhancements to existing features
Rating icons have been redesigned to be easier to read, especially in small spaces. Feedback-related email and thank-you pages now have clearer spacing, better visual focus, and improved interaction, making customer rating requests easier to understand and use.
Original PR description
[IMP] * : rating icons improvement
*{
project,
rating
}
Previous rating icons had readability issues, especially when used in
small containers. For this reason, this PR includes the following
improvements:
- New rating icons have been designed and included in PNG and SVG, in
order to increase readability.
- Rating mail template, from the 'project' module, has been improved,
by adding more margin to the top of the icons, which increase its
visibility.
- 'Thank you for rating our services!' template has been revamped, by
removing the old '.card' template and by improving the shadow effect
cast on focus plus a better user interaction.
--
task-2531541
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prMiscellaneous changes
According to Easypost API, the field RecipientContact/BusinessName must be a string containing from 1 to 25 characters. We should therefore truncate the value of field commercial_company_name in case it is too long. opw-2526880 Forward-Port-Of: odoo/enterprise#18783
Original PR description
According to Easypost API, the field RecipientContact/BusinessName must be a string containing from 1 to 25 characters. We should therefore truncate the value of field commercial_company_name in case it is too long. opw-2526880 Forward-Port-Of: odoo/enterprise#18783