Thursday, June 3, 2021
2 changes · master
Enhancements to existing features
The Helpdesk customer rating email template has been updated to make the rating options easier to read and understand. This helps customers give feedback more comfortably, improving the quality of support satisfaction insights.
Original PR description
[IMP] helpdesk : rating mail template improvement This commit complements the improvement included in the pull request https://github.com/odoo/odoo/pull/71094, related to the rating icons from the 'rating' and 'project' modules, and improves the readability of the rating mail template from the 'helpdesk' module. -- task-2531541
This update standardizes selected website and portal links by removing trailing slashes from their URLs. Keeping one consistent URL format helps avoid duplicate-looking pages and supports clearer indexing by search engines.
Original PR description
* industry_fsm_report, sale_subscription, website_helpdesk At an crawling engine/SEO level, having trailing slashes or not in URLs doesn't change anything. Still, whichever solution is chosen, it should be done consistantly: either all URLs have trailing slashes, or none of them have it. See https://developers.google.com/search/blog/2010/04/to-slash-or-not-to-slash " Be consistent with the preferred version. Use it in your internal links. If you have a Sitemap, include the preferred version (and don't include the duplicate URL). "