Tuesday, February 18, 2025
2 changes · saas-17.2
Resolved issues and error corrections
Accounting report optional fields now show or hide immediately when users toggle them, without needing a manual page refresh. This improves reliability and makes report customization feel smoother for users.
Original PR description
I made a fix in this PR https://github.com/odoo/odoo/pull/196439 it make sure that hide or displayed optional fields doesn't require a manual refresh OPW-4352833
This fix prevents plain text messages from being mistaken for HTML content, such as links or other rich message features. Users should see fewer incorrect highlights or message behaviors when searching and viewing messages in Discuss and mail-related areas.
Original PR description
When message content is not markup(), it will not render its content as HTML but as text when using t-out. This case was not taken into account when manually processing the content, leading to incorrectly detecting links or other features within purely text content. Those are now properly ignored.