Wednesday, November 4, 2020
3 changes · master
Enhancements to existing features
Notification popups have been redesigned to look simpler and easier to scan. The update removes the icon and separate header, places the title within the message body, and moves action buttons to the bottom for a clearer layout.
Original PR description
Remove the icon of the toaster. Remove the header and move the title in the body. Move buttons at the bottom instead of at the right side. task-2311554 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Background images in website building blocks now appear centered by default, making pages look better across screen sizes. This especially improves the mobile experience where images could previously appear awkwardly cropped or misaligned.
Original PR description
Before this commit, background images were not centered by default. It was especially annoying on mobile device. We created a new class to center background image and we added it on all the snippets with a background image except those with a parallax effect because they already have a background-position in inline style. task-2318526 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Contact smart buttons now include records linked to child contacts, including archived child contacts, and open the same complete set when clicked. This makes point of sale and project information shown on a contact more accurate and consistent for users managing company or family contact hierarchies.
Original PR description
Unify the behavior for smart buttons on res.partner view form Let's consider generic records R on a specific model M - All the R of the children and archived children of a contact C must be counted in smart button of M in the form of C - Clicking on the smart button of a contact C must display all R of the children and archived children of C