Tuesday, February 18, 2025
2 changes · saas-17.4
Resolved issues and error corrections
Odoo now avoids treating plain text message content as if it were HTML. This prevents links or other message features from being detected when they are only text, reducing misleading behavior in Mail and related messaging views.
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. From https://github.com/odoo/odoo/pull/190461
Point of Sale notes are now shown in the order configured by users. This makes the PoS interface more predictable and ensures staff see notes in the intended sequence.
Original PR description
Before this commit, the PoS notes were not displayed in the correct order in the PoS interface, despite the existence of a `sequence` field that allowed users to define their desired order. opw-4473463 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr