Friday, October 9, 2020
8 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
Sales managers can now update SMS templates used for sales orders, matching the permissions they already have for customer and opportunity messages. This makes it easier for sales teams to keep automated sales communications accurate and aligned with their processes.
Original PR description
Purpose Could be great that sales managers can update templates linked to SO, like they already do for partner/ opportunity templates. Specifications sales managers should be able to update templates linked to SO. PR #56297 task-id: 2319841 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves several website content blocks, including columns, banners, and image galleries, to make pages easier to design and more visually polished. Businesses using the website editor should benefit from a smoother editing experience and better-looking page sections.
The online shop now supports custom product ribbons, letting businesses highlight items with labels such as promotions, new arrivals, or special offers. This gives merchandisers more control over product presentation and can help draw customer attention to key products.
Original PR description
Original PR: https://github.com/odoo/odoo/pull/36429
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
Planning warnings now appear only when overlapping assignments add up to more than 100% of a person's allocated time. This reduces unnecessary alerts and helps managers focus on real overbooking issues.
Original PR description
Made changes as small as possible only changed a query just a little to get sum of of allocated time percentage for overlaping slots pretty much works same as it does before only only added a computed non stored variable for the view only changed the condition that the warning shows up Task ID : 2310218