Wednesday, January 28, 2026
2 changes · saas-19.1
Enhancements to existing features
This update allows tooltips in the Odoo application to now include newlines, improving readability and making them easier to understand for users. This change was driven by a need to better organize information within tooltips, enhancing the overall user experience. It's a minor improvement that addresses a usability concern.
Original PR description
We need to have a new line in tooltips. related task-5367117 Allow to have a new line in tooltips strings --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the Point of Sale interface by providing a clear view of LNA permission status. A new button in the navigation bar displays the current status and opens a popup with detailed information, ensuring users understand access rights related to LNA functionality. This improves transparency and operational efficiency.
Original PR description
Before this commit it was not possible to know if LNA permission was granted, denied or not yet granted from the POS interface. This commit adds a button in the navbar to show the current LNA status and open a popup with more information. taskId: 5874947 Forward-Port-Of: odoo/odoo#245668