Tuesday, January 16, 2024
3 changes · 17.0
Enhancements to existing features
This update enhances the warning messages shown to users when selecting recommended shipping couriers through Shiprocket in sales orders. The improved messaging provides clearer guidance to help users make better shipping method decisions.
Original PR description
Improved warning message for shiprocket recommended couriers in sales order. task-3658367 Forward-Port-Of: odoo/enterprise#53526
Resolved issues and error corrections
This update fixes a display issue where long project names would overflow and break the layout in the project kanban view. The fix applies proper spacing styling to ensure project names fit correctly within their designated area, improving the visual appearance and usability of the project dashboard.
Original PR description
Steps: ------------------------------------- - Install project. - Go to the project. - Create or edit the project name to be excessively long. - Then go to Kanban view. - The project name would overflow. Issue: -------------------------------------- - Before this PR, in the project's kanban view, if the project's name was excessively long, it would overflow. Cause: -------------------------------------- - When the name is excessively long it would overflow out of the div element. Fix: ------------------------------------- - After this PR the name is now shortened by applying the 'me-5' Bootstrap class. task-3676094
This update corrects how apostrophes are displayed in French language translations for the Stock module. The fix ensures that French text displays properly without formatting issues, improving the user experience for French-speaking customers using the inventory system.
Original PR description
Fix done directly on Github to not have to wait for the weekly sync. Already corrected on Transifex. Forward-Port-Of: odoo/odoo#149411