Friday, October 9, 2020
4 changes · master
Enhancements to existing features
Currency rates now use an average when records are grouped, such as by date. This gives business users a more meaningful rate in summary views and reports instead of a less representative aggregated value.
Original PR description
If records are grouped by date, the avg aggregation makes a more meanignful value @ForgeFlow -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The documentation now explains a new commit tag for changes that add tests separately from fixes. This helps reviewers confirm that tests would have caught the original issue, improving confidence in future code quality without changing product behavior.
Original PR description
Usually, the tests are made at the same commit as the fix, but this way it's not easy to check whether the tests actually catch the fixed error
The theme installation screen now presents installed themes with an updated layout, making it easier for users to recognize the active theme. This improves the website setup experience by making theme status clearer in the theme list.
Original PR description
Description of the issue/feature this PR addresses: Change the layout of installed theme, in the installation theme list 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
The website editor now shows RSVP and countdown blocks more like they will appear after publishing. This avoids showing temporary in-page messages that are not present on the saved page, helping editors make clearer publishing decisions.
Original PR description
Replacing 'in page' message for the "RVP" and the countdown snippets so that we avoid to display some element that won't be there on the saved page. task-2261649 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr