Friday, August 13, 2021
4 changes · master
New functionality added to Odoo
Products can now be enriched with images in batches by using their barcodes, making product records easier to recognize visually. This helps teams save time when maintaining catalogs and improves day-to-day product identification.
Original PR description
Users will now have a quick way to add images on their products in batches, allowing fast visual identification of them. task-2518519 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The Email Marketing form now gives the email editor more room by removing nested panels and moving the discussion area into its own tab. Long emails are easier to edit because extra scrollbars were removed and the sidebar stays visible while scrolling.
Original PR description
RATIONALE Currently, editing a mail feels a little claustrophobic because of the boxes within boxes within boxes design. Purpose of this task is to improve layout of mailing form view when being in…
RATIONALE Currently, editing a mail feels a little claustrophobic because of the boxes within boxes within boxes design. Purpose of this task is to improve layout of mailing form view when being in Email Marketing, notably displaying editor in full width. SPECIFICATIONS In this task we remove the chatter and the sheet from the form view so that the mail editor takes up more horizontal space. The chatter is then moved into one of the notebook's tabs. Mass mailing form view currently has a scrollbar for the contents of the editor: one for the form view itself and one for the sidebar. In consequence we sometimes end up with three scrollbars side by side, which is ugly and confusing. In this task we ensure the height of the iframe is always the same as its contents so there is no need for a scrollbar. Note that SMS Marketing is untouched as it keeps the old layout. Indeed there is no need of such changes as it does not use the HTML editor. Actions that are generic (systray, list view, ...) also use the old display.. LINKS Task-2545445
CRM now uses probability as an additional factor when choosing the most confident lead or opportunity during merges. This helps sales teams keep the opportunity that is more likely to close when duplicate records are combined.
Original PR description
Purpose Improve the Confidence level sorting for lead/opportunities Specifications 1) Confidence level (from feedback 2176733) Current : When merging opportunities. They are sorted by "confidence level", which is basically * opp > lead * stage sequence higher is better * older ID is better* To Be => Include the probability as the third criterion taken into account. The higher the probability, the better. LINKS PR: #51893 Task-id: 2198562
Odoo now turns multi-currency access on automatically when more than one currency is active, and turns it off when only one currency remains active. This reduces manual configuration for businesses using multiple currencies and updates currency display data such as symbols and symbol placement.
Original PR description
[IMP] base, account: simplify multi currency setup Automatically activate `group_multi_currency` if there is more than one active currency, deactivate it if there is only one active currency This mean the group_multi_currency field is hidden on the `res.config.settings` view Task 2610735 [IMP] base: improve currency data Improve currency symbols and their positions Task 2610735