Friday, November 27, 2020
5 changes · master
Resolved issues and error corrections
Saving a CRM lead without changes no longer repeatedly shows a warning about updating the customer's phone number. This avoids confusion for users and keeps CRM contact information formatting consistent.
Original PR description
in crm while editing lead demo data and saving without any changes a warning which says that the customer phone number will be updated shows like a loop. This commit fixes this issue by preventing the lead partner phone number from having mismatching format. Task-id: 2390287
The website sales order filters have been aligned so the Confirmed and Unpaid views apply website-related filtering consistently. This helps users see predictable sales order lists and avoids confusion when comparing order statuses.
Original PR description
Before this commit, Filter `Confirmed` was showing all Sales order irrespective of `website_id` while filter `Unpaid` was showing order having `website_id`. Now, we have are showing all the sales order on `Unpaid` filter as we already have default filter "From Website" applied on action. So Both filters `Confirmed` and `Unpaid` will have no effect of `website_id` field. 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
Odoo removed an outdated module setup field that no longer worked and could mislead users configuring modules. This cleanup makes module definitions and documentation clearer, reducing confusion without changing active business features.
Original PR description
The "active" field is a non-working deprecated alias to "auto_install", it does not work and was confusing users (see #59850). It has been removed. Task: 2361729
This fix prevents megamenu building blocks from showing up during general snippet filtering. Website editors will now only see megamenu options when they have selected a megamenu element, reducing confusion and keeping the editor focused.
Original PR description
Description of the issue/feature this PR addresses: Megamenu snippet should appear in the snippet editor "block" section ONLY if a megamenu element is selected. Current behavior before PR: In the current version, trying to filter snippets would make the megamenu snippet block appear. Desired behavior after PR is merged: Megamenu snippets do not appear unless a megamenu element is selected. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where the editing overlay could fail to reappear after users scrolled between page sections and selected an element again. The change makes the website editor behave more predictably, reducing confusion while editing page content.
Original PR description
Description of the issue/feature this PR addresses: In some situation, the overlay does not reappear after disappearing. Current behavior before PR: Steps to reproduce: 1. add a title 2. add a few elements between title and footer so you can scroll title out of view 3. click title 4. scroll it out of view 5. click footer 6. scroll back up 7. click title -> overlay is not reappearing Desired behavior after PR is merged: Now overlay should appear when expected. JW feedback -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr