Wednesday, July 3, 2024
4 changes · 17.0
Enhancements to existing features
The Point of Sale interface no longer shows the customer display option when used on mobile devices. This keeps the mobile checkout screen simpler and avoids presenting a feature that is not suitable for smaller screens.
Original PR description
- customer display hidden in mobile view. task - 4016199
New automated checks verify that balance sheet reports stay balanced across supported accounting setups. This helps catch reporting configuration issues earlier, reducing the risk of incorrect financial statements reaching users.
Helpdesk search results now show each knowledge article's emoji instead of a generic book icon, making results easier to recognize. The Helpdesk Knowledge section also uses the article display name, including sensible fallbacks when an emoji or name is missing.
Original PR description
Currently, the helpdesk frontend searchbar shows a book icon next to each search result. To make the user interface more user-friendly, we will replace the book icon with the article emoji. In addition to that, we will use the article display name instead of the actual article name for the Helpdesk Knowledge section. The display name will prepend the article emoji to the article name and will provide fallback values when the article emoji or the article name is undefined. task-3988996
This update adds automated tests to verify that the planning dialog doesn't open unnecessarily when there are no shifts to schedule. This ensures the system behaves correctly and improves the user experience by preventing unwanted dialog boxes from appearing.
Original PR description
In this commit, we test the feature implemented in this PR: https://github.com/odoo/enterprise/pull/50383 task-3874263