Wednesday, November 4, 2020
4 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
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