Monday, December 14, 2020
5 changes · master
Resolved issues and error corrections
This update restores the website editor page structure so key editing areas sit in the expected place, fixing issues with header effects, snippet overlays, and accidental header deletion. It also updates the underlying editor library with improvements for tables, lists, iframes, and text editing, making website editing more reliable.
Original PR description
jabberwock PR: https://github.com/odoo-dev/jabberwock/pull/476
This update fixes a small typo in an internal code comment for the Point of Sale module. It does not change how the product works, but helps keep the codebase clearer for future maintenance.
Original PR description
14.0 is also impacted. ping @caburj @pimodoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change fixes an error that could occur when the Point of Sale system calculated tax totals for an order. It helps cashiers complete sales more reliably by preventing a technical failure during order processing.
Original PR description
Description of the issue/feature this PR addresses: Fix the undefined error caused by a 'this' in a non-arrow function Current behavior before PR: Error when calling the function get_total_for_taxes(tax_id) from the Order class Desired behavior after PR is merged: No more error
The website popup editor now shows the intended popup preview instead of pulling footer content from the email snippet into the dialog. This prevents confusing save/cancel button replacement and makes popup setup in Email Marketing more reliable for users.
Original PR description
Issue: display the footer tag from snippet in the modal and replace the save and cancel button. Steps to see: Email marketing -> mailing lists -> option icon of a kanban -> Edit -> Website popups -> add a line
This fixes an issue that prevented users from printing quality worksheets because the system referenced the wrong report module name. Quality teams can now generate the expected worksheet reports without manual workarounds.
Original PR description
Unable to print for quality worksheet due to the wrong module name in the report modle name.