Daily updates from Odoo
Tuesday, November 7, 2023
6 changes
2 changes
Enhancements to existing features
Helpdesk reports now show clearer labels, better time formatting, and more accurate averages for ratings and remaining sales order hours. Cohort report calculations also ignore empty values, giving managers more reliable performance and retention insights.
Appraisal goals are now easier to find and organize with more grouping options, a default employee-focused view, and clearer list details. These updates help HR teams review goals more efficiently while keeping appraisal screens consistent and readable.
Original PR description
**Prior to this commit:** - The search view of goals had limited filters and groupby. **Post this commit:** - Added groupby for various fields for better search results like grouping by stages, employee_id, manager_id, created on, created by, and so on. **Task:** 3476442
4 changes
Enhancements to existing features
The scrap view used in manufacturing orders and picking operations is now consistent, using the same mobile-friendly interface across both processes. This improvement enhances the user experience on mobile devices and streamlines the scrap operation workflow by providing a unified, intuitive interface for warehouse staff regardless of which operation they're performing.
Original PR description
Currently, the scrap views for pickings and MOs are significantly different. The MO one uses a tablet friendly, "digipad" widget, while the picking one displays a simplified popup. After this change…
Currently, the scrap views for pickings and MOs are significantly different. The MO one uses a tablet friendly, "digipad" widget, while the picking one displays a simplified popup. After this change is merged, the scrap view for pickings will use the same "digipad" widget as the scrap view for MOs. This will improve user experience on mobile devices and will make the scrap operation consistent between different models. As part of this task, a few additional changes were made in the scrap calculator view (digipad): * source location is no longer displayed * scrap location placeholder was changed from "Destination Location" to "Scrap Location" * scrap location is now editable * icon for "Serial/Lot Number" is shown together with the input field * unit of measure is displayed in the same line as quantity * quantity input field is much more narrow * "Scrap Location" and "Serial/Lot Number" fields are a bit wider * scrap products cannot be created in the digipad view * domain now shows all products from moves, not only from move lines
This update makes the YouTube integration compliant with Google's official guidelines. The changes include increasing YouTube icon sizes to at least 20 pixels, displaying actual like counts instead of percentages, and updating icons in the Kanban view to meet platform requirements.
Original PR description
Purpose ======= Make Social YouTube compliant with the remarks we received. Make all YouTube icons at least 20 pixels high, show the number of likes instead of the percentage, changes some icons displayed in the Kanban view. Task-3549103
This update adds print mode capabilities to spreadsheets, allowing users to print spreadsheets through their web browser with proper formatting. The improvement includes new print styling assets that ensure spreadsheets display correctly when printed, making it easier for users to generate physical or PDF copies of their spreadsheet data.
Original PR description
Task: 3575484
The permission panel in the Knowledge module has been redesigned to improve visual clarity and user experience. Spacing issues have been corrected, the active user indicator now has better contrast, and action buttons for managing members are now more prominent and easier to click instead of being small icons.
Original PR description
Prior to this commit, there was a spacing issue and also a small contrast issue with the active state for logged-in users in the permission panel. Additionally, the action buttons (such as remove member, leave article) for hovered-over invited members were not optimally positioned and were only clickable icons. These have now been upgraded to more user-friendly buttons. <table> <tr> <td>Before</td> <td> After</td> <tr> <td> <img width="1726" alt="Before" src="https://github.com/odoo/enterprise/assets/80678921/c7fb3879-562c-4c61-aa3d-8eb192af7f02"> </td> <td><img width="1726" alt="After" src="https://github.com/odoo/enterprise/assets/80679690/c282f6fe-f28e-4aee-b5db-62e37fa729ab"> </td> </table> task-3575300