Wednesday, February 20, 2019
3 changes · master
Resolved issues and error corrections
Sales users can now access payment transactions even when the eCommerce app is not installed. This fixes a permission issue for businesses using payment providers with standard sales workflows, ensuring payment records remain available outside website sales.
Original PR description
Payment providers can be used without eCommerce. Therefore, we should be able to access the payment transactions with only `sale` installed. opw-1941591 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
This update tidies and fixes parts of the eLearning invitation flow, including the way share emails are handled. It improves maintainability and reliability for course invitations without introducing major user-facing changes.
Original PR description
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
The website editor now keeps an empty formatting block in place when a user deletes all of its contents, instead of automatically replacing it with a blank paragraph. This restores expected editing behavior and reduces surprising layout changes while composing or editing pages.
Original PR description
Deleting all the contents of a block node replaced it with a blank paragraph node. To restore v12 behavior, it should only do that when pressing backspace in an already empty block, which is now what it does. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr