Daily updates from Odoo
Monday, March 18, 2019
2 changes
Resolved issues and error corrections
The website theme customization dialog now shows heading colors correctly again instead of appearing transparent. This prevents confusion when users adjust website styling and helps ensure theme settings display as expected.
Original PR description
Since the bootstrap update that was merged with https://github.com/odoo/odoo/commit/754ec4450832dceef83c3a0abb79401f2e7ec05d the customize theme dialog was showing transparent colors for the headings. This was because bootstrap changed the value of the related variable from 'inherit' to 'null' to avoid an useless css rule if the headings are supposed to have the same color as the body text.
This fix updates the website eLearning code to use the proper frontend component for non-animation behavior. It helps keep course category and slide archive interactions stable and aligned with the platform's expected website behavior.
Original PR description
Purpose ======= This follows up commit d946b7a85d2c1bbc20ace8e2b269be56a63876fd that cleans wrong uses of sAnimations for non-animated behaviors. 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