Daily updates from Odoo
Friday, February 8, 2019
3 changes
Resolved issues and error corrections
This fixes how the website editor handles pressing Enter inside a link, so editing continues in the expected new link area instead of jumping back to the first one. It also improves cleanup of temporary tooltip data when saving editor content, reducing the chance of unwanted hidden attributes remaining in saved HTML.
Original PR description
Due to a wrong order of operations, after splitting an anchor (press ENTER), the range was setting on the first anchor. Now it sets on the second one (as the code - but not the tests - suggests was supposed to happen). Tests were adapted to reflect that change. In tests, after splitting the anchor, `Wysiwyg.getValue` didn't always properly clean up `data-original-title`. Targeting empty `data-original-title` attribute instead of `aria-describedby` attribute should fix that issue. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes an unused course membership status field and cleans up related access rules. It helps simplify course management while ensuring website publishers can still manage course members correctly.
This update removes obsolete internal notes from the accounting reconciliation code while keeping necessary test-related behavior unchanged. It has no expected impact on daily accounting workflows, but helps keep the codebase clearer for future maintenance.
Original PR description
There is nothing preventint to remove those lines -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr