Thursday, December 10, 2020
3 changes · master
Resolved issues and error corrections
Coupon discounts on sales orders are now correctly reflected when creating invoices. This prevents customers from being billed without the promised discount when coupon products use delivered-quantity invoicing settings.
Original PR description
Master/13.4 Behaviour: SO to Invoice -> coupon discount does not reflect in Invoice 13.0 Behaviour: SO to Invoice -> Coupon discount reflect perfectly. LINKS: PR - #63062 TaskID - 2303244
This fix makes it possible to delete custom website snippets again after the delete action was being blocked by the editor's drag-and-drop behavior. It also adds an automated website editor test to help prevent the same issue from returning.
Original PR description
This commit is a manual forward port of #62555. The tour test needed to be adapted because the navigation flow is slightly different: upon custom snippet creation, the editor page used to be saved and reloaded in 14.0 but this is not the case anymore. Before this commit the deletion of custom snippets failed because the button click event got intercepted by the drag'n'drop mechanism. The currentTarget of the event was used in an asynchronous call where it had already been replaced by the jQuery's event bubbling mechanism when invoking the other handler. After this commit the deletion of custom snippets works again and a test tour is introduced to make sure it does not get broken again task-2405854 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
Users can now mark an activity as done and schedule the next one from the chatter without losing unsaved changes they made in the form. This reduces accidental data loss and makes activity follow-up smoother during record editing.
Original PR description
PURPOSE The changes in the form which are done in an edit mode are erased while the user marks activity as done and schedule a new one in chatter. SPECIFICATIONS The changes done in an edit mode will remain the same while the user marks activity as done and schedule a new one in chatter. LINKS PR https://github.com/odoo/odoo/pull/48434 Task-2160474 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr