Monday, September 22, 2025
4 changes · 19.0
Enhancements to existing features
Users can now add SEO-related link settings such as nofollow, noreferrer, noopener, and sponsored when creating or editing links. This helps businesses better manage search engine behavior, paid-link disclosure, referral privacy, and safer external links from edited content.
Original PR description
Before this commit:- Users could not add any SEO-related attributes when creating a link in the HTML editor. After this commit: Users can now add SEO-optimized attributes while creating or editing a link. The available attributes meaning are: nofollow: Instructs search engines not to follow the link. noopener: Improves security and performance by preventing the new page from accessing the original window. noreferrer: Hides referrer information sent to the target site. sponsored: Marks the link as sponsored or paid content. This improvement makes link creation more SEO-friendly and secure. task-4896906
Portal users can now get emoji suggestions while typing in chatter conversations, making messages quicker and more expressive. This improves the customer-facing communication experience in portal discussions and live chat interactions.
Original PR description
* = im_livechat This commit enables emoji suggestions in the portal chatters. task-4661468
Australian payroll has been updated to apply the latest ATO Schedule 8 student and training support loan withholding rates and calculation flow. This helps employers calculate compliant payslips for the September 2025 mid-year tax table update.
Original PR description
This commit updates the Schedule 8 witholding flow and rate for mid year update as per ATO guidelines effective from 24-09-2024. https://softwaredevelopers.ato.gov.au/2025-pay-you-go-payg-withholding-tax-tables Task: 5088270 Forward-Port-Of: odoo/enterprise#95083
XML imports now create one clear, consistently formatted message instead of several disordered chatter entries. The message also includes the imported XML, making invoice reception and Peppol import history easier to review and audit.
Original PR description
Previously, the import of an XML was doing many consecutive logs into the chatter in a weird order. We now have one single log that formats the import in a reliable way. We also display the XML itself into the chatter. **Before:** <img width="717" height="597" alt="image" src="https://github.com/user-attachments/assets/f65d75a1-c79e-4597-8134-a82e42a22701" /> **After:** - Regular XML import <img width="719" height="266" alt="image" src="https://github.com/user-attachments/assets/5e58a81c-e89e-4a74-95ae-8af0021097fa" /> - Peppol reception <img width="533" height="264" alt="image" src="https://github.com/user-attachments/assets/0249c061-85e3-4664-a6bd-e7a57c90f581" /> task-none (feedback from AL + DLE)