Tuesday, January 16, 2024
3 changes
1 change
Resolved issues and error corrections
Guests added to an appointment will now receive an email with the expected message instead of a blank body. This improves appointment communication by ensuring all invitees get the relevant details even when they are not the customer or event owner.
Original PR description
Fix the empty email body guests receive when being added to an appointment. Adding a condition in the template to handle the case when the user isn't a customer or the responsible of the event. Task-3684299
2 changes
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