Wednesday, November 18, 2020
2 changes · master
Resolved issues and error corrections
The web editor now shows a live preview when users hover over text or background color options. This makes it easier for content editors to choose the right color before applying it, reducing trial and error.
Original PR description
Description of the issue/feature this PR addresses: The web editor offered in-content preview when hovering over a color to change text or background color. Current behavior before PR: There's no preview when hovering over a color. Desired behavior after PR is merged: This commit implements this behavior with Jabberwocky, for both background and text. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting expense settings now point to the correct fleet-related module after the previous module name was replaced. This prevents configuration issues caused by referencing a module that no longer exists.
Original PR description
The module fleet_account has been replaced by account_disallowed_expenses_fleet in https://github.com/odoo/odoo/commit/db9da432b7aedcd1bc944e23e59459c9c92801b7 opw:2382169