Wednesday, October 7, 2020
3 changes · master
Resolved issues and error corrections
Refund payments in Point of Sale now follow the same cash rounding rules as regular payments. This prevents staff from accepting non-rounded cash amounts when cash rounding is enabled, improving payment consistency and reducing checkout errors.
Original PR description
When using the cash rounding in the point of sale, when we wanted to pay a refunded order, we didn't apply the cash rounding rules. Now we prevent the user to pay with non rounded values if the cash rounding is enabled. task-id: 2148530 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix restores the visibility of muted text in full-screen course slides after a color system change made it hard to see. Learners using course content in full-screen mode will now see supporting text and labels more clearly.
Original PR description
PURPOSE since a refactoring of the handling of the color system and the way the text muted is handled, the text-muted isn't visible on the full-screen mode of a course SPECIFICATION make text muted visible on full-screen mode LINKS Task: https://www.odoo.com/web#id=2346013&action=4043&model=project.task&view_type=form&cids=2&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website editor now only shows dynamic snippet filters that belong to the website being edited. This prevents users managing multiple websites from accidentally selecting filters intended for another site.
Original PR description
[FIX] website: filter_opt of dynamic snippet is filtered by website_id Add a filtering by the contextual website_id when looking up available website_snippet_filters task-2312878 Description of the issue/feature this PR addresses: The filter option in the dynamic snippet gives access to an unrestrained list of website snippet filters Current behavior before PR: All defined website snippet filters are available for selection on all websites Desired behavior after PR is merged: Only website snippet filters assigned to the current website are available for selection -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr