Tuesday, October 6, 2020
3 changes · master
Enhancements to existing features
Automatically generated mailing and campaign source names are now easier to understand and kept unique when duplicates occur. Demo marketing data was also adjusted to avoid unnecessary translation entries, reducing clutter for administrators.
Original PR description
* Simpler and more user friendly generated source name * Avoid duplicate source name in the DB * Add name in mailing.mailing demo data to avoid creating unnecessary i18n lines task id : 2245823
When users test a newly configured outgoing mail server successfully, Odoo now shows a green success notification instead of an orange warning-style message. This makes the result easier to understand and reduces confusion during email setup.
Original PR description
Previously --------------- When user successfully configured outgoing mail server and test connection, system display title and message with 'warning' type in orange box. Now -------- Title is removed and message is updated with 'success' type, will be displayed in green box. Task Id : 2321763
The website editor now shows a clearer confirmation message when a page reload is needed. This helps users better understand what action is required and reduces confusion while editing website content.
Original PR description
PURPOSE The message saying that we need to reload the page isn't clear... SPECIFICATION Before: https://tinyurl.com/y9bkg5pz After: https://tinyurl.com/y9jwmnal task-2349785 Closes https://github.com/odoo/odoo/pull/59115 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr