Thursday, June 10, 2021
3 changes · master
Enhancements to existing features
Website content snippets now use cleaner spacing and more consistent theme-based background colors. This helps pages look more polished and better aligned with each site's design when editors customize standard blocks.
Original PR description
The mb0 has been added to the h4 tag of the progress bar so that there is not too much padding if it is changed to simple text. task-2542318 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Delivery slips now separate ordered and delivered quantities, making it easier for customers and warehouse teams to see what was requested versus what was actually shipped. Products that were not delivered are also shown even when no backorder exists, and quantity formatting is now consistent across the document.
Original PR description
[IMP] stock: delivery slip quantities Some changes in the delivery slip layout: - For delivered products, replaces the Quantity column by two other columns: Ordered and Delivered; - Shows the non-delivered products even when the delivery is done and haven't any backorder. Also, fix a little inconsistency in the way float values were displayed in the delivery slip. task-2373833
Odoo Studio now keeps the message panel below the form while editing, instead of placing it on the side on larger screens. This gives users more horizontal space to customize forms and makes the editing experience easier to use.
Original PR description
PR #8550 Task 2183697