Monday, February 5, 2024
5 changes
3 changes
Resolved issues and error corrections
This fixes an incorrect internal document name in the Avalara sales order report setup. The change helps ensure the right report customization is applied and avoids confusion caused by copied naming from another document.
Original PR description
Copy and paste is not our friend if we do not replace all important information. Cherry picked the commit to be able to easily associate the upgrade branch
This fix updates the point-of-sale IoT transaction status screen so optional information is handled correctly when it is not available. It helps prevent avoidable display or validation issues during payment status checks, improving stability for stores using POS IoT devices.
Original PR description
https://github.com/odoo/odoo/pull/151142
A copied report definition in the Avatax sales integration used the wrong inherited document name. This fix keeps the sales order report setup correctly identified, reducing confusion and helping maintain reliable document customization.
Original PR description
Copy and paste is not our friend if we do not replace all important information. A little oversight which should be fixed. Info: @wt-io-it
2 changes
Resolved issues and error corrections
Fixed inconsistent button styling in the Planning app where some buttons had rounded edges while others had sharp edges. Applied consistent rounded corner styling across all top buttons in the Planning app interface to improve visual consistency and user experience.
Original PR description
Steps to reproduce: - Go to planning app at top button are not consistent - Some have rounded edges while others have sharp edge Issue: - planning app > the planning app's top button are not consistent. Some have rounded edges while others have sharp edge. Solution: - adding the bootstrap class 'rounded' to round edges of buttons task-3549328 Forward-Port-Of: odoo/enterprise#55507 Forward-Port-Of: odoo/enterprise#49587
This update fixes a visual alignment issue that occurred when users attached files to course reviews on the Slides website. When adding or editing a review and attaching files, the attachments were displaying misaligned in the dialog box. This fix ensures that attached files now appear properly aligned, improving the user experience when managing course reviews.
Original PR description
Steps to reproduce ================== 1. Go to the slides website. 2. Open any course. 3. Click on 'add a review' or 'edit review'. 4. Attach any files. -> Files appear misaligned. After this PR ================= They will be perfectly aligned. Task-3624281