Wednesday, November 4, 2020
6 changes · master
Resolved issues and error corrections
Long names and text labels are now shortened with an ellipsis when they do not fit in their display area. This keeps screens across sales, marketing, events, projects, products, contacts, and coupons readable and prevents layout issues caused by unusually long text.
Original PR description
[FIX] {base, crm, event, mass_mailing, project, sales_team, utm}: Prevents long texts from overflowing
Previously, in multiple modules, long names would result in an overflow of text.
If applied, this issue should not occur anymore.
The long text should appear like this: [aaaaa...], instead of being like this: [aaaaaa]aaaa.
Task ID: 2325219
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis update fixes an issue in the website editor that could affect selecting or positioning content in Safari, especially around shadow styling. It also updates the underlying editor library to improve stability and reduce disruptive automatic recovery behavior when some internal errors occur.
This fixes cases where report styling assets were created incorrectly, such as when a required tool was missing during the first setup. Administrators can now regenerate those report assets from the debug menu, helping restore correct report layouts without deeper technical intervention.
Original PR description
WHY: you may have wrongly compiled assets for reports (e.g. if you didn't have rtlcss installed on first run) 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
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
Long names in Marketing Automation and Social screens are now shortened with an ellipsis so they stay within their display area. This prevents messy layouts and makes records easier to read without text spilling outside boxes.
Original PR description
[FIX] {maketing_automation, social}: Prevents long texts from overflowing
Previously, in multiple modules, long names would result in an overflow of text.
If applied, this issue should not occur anymore.
The long text should appear like this: [aaaaa...], instead of being like this: [aaaaaa]aaaa.
Task ID: 2325219