Saturday, September 4, 2021
2 changes · master
Enhancements to existing features
The Website module’s Be Wise color palette has been refreshed to use a more compatible accent color. This helps maintain a more consistent visual appearance when users switch between website palettes.
Original PR description
This commit updates the bewise-1 palette. It replaces the o-color-2 by the extra color of the o_cc4 and improves the compatibility with the others palettes when we switch between them. This change is related to an update of the theme Be Wise on [PR#477](https://github.com/odoo/design-themes/pull/477) in the Design-theme repo. task-2573302
The Mail app now includes the underlying data model needed to support reactions on messages in a future release. This prepares the platform for the upcoming user interface work without changing the current user experience yet.
Original PR description
Add the model in the freeze for next version, the interface is not fully ready to merge yet but it will be added in https://github.com/odoo/odoo/pull/75630 Part of task-2361194