Daily updates from Odoo
Thursday, July 1, 2021
2 changes · master
Resolved issues and error corrections
The helpdesk ticket confirmation page now displays its message and icon correctly aligned after a website form submission. This improves the customer-facing experience by making the thank-you page look cleaner and more professional.
Original PR description
Currently when go to helpdesk > configuration > helpdesk team >> enable the 'website form' feature, go on the webpage and submit a ticket then the Thanks page text is not correctly aligned/centered with icon. so in this commit align the text and icon correctly in thanks page. Task-Id: 2558848
The Google Maps link from map views now sends only real route points, so users no longer need to manually remove a blank final stop before directions work. This makes route viewing smoother and avoids confusion when opening directions from Odoo.
Original PR description
PURPOSE Currently, when using the 'view in google maps' feature with routing enabled (with mapbox), the last 'empty' google maps routing point needs to be manually removed for the routing to be computed SPEC We should not get this last 'empty' routing point when redirecting to google maps TASK 2237634