Wednesday, January 15, 2020
3 changes · master
Enhancements to existing features
The website editor now updates its left-side options panel only after focus-related changes have been applied. This makes the panel more reliable and prepares the editor for upcoming improvements that depend on focus behavior.
Original PR description
Call the `onFocus` method before the `updateUI` one so that we can make changes before we update/render the UI (so that `updateUI` may be influenced by something done in `onFocus`). Needed for upcoming task: https://github.com/odoo/odoo/pull/42189
Partner bank account information is no longer shown in the general base partner view and is now available through the Accounting area. This keeps accounting-specific details in the right place, reducing clutter for non-accounting users while preserving access for finance teams.
This change streamlines how CRM and email marketing count leads and opportunities by using one shared count field instead of duplicate fields. It keeps the displayed labels clear for users while improving the underlying calculation for better efficiency.
Original PR description
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