Daily updates from Odoo
Friday, February 8, 2019
8 changes · master
New functionality added to Odoo
This update adds or adjusts automated checks for the produce wizard used in manufacturing work orders. It helps ensure this workflow remains reliable for users, with no direct change to day-to-day functionality expected.
Enhancements to existing features
The gamification rank field was renamed to make its purpose clearer and avoid confusion with a similarly named forum setting. This is an internal cleanup that helps maintainers work more reliably without changing how users experience gamification ranks.
Original PR description
rename rank.karma_required into karma_min to avoid confusion with karma_required from website_forum Linked to Task : https://www.odoo.com/web#id=1922159&action=327&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The create modal now hides the “Remove” button, preventing users from seeing an action that does not apply before a record exists. The dialog title also updates correctly when using “Save & New,” making the form flow clearer and less confusing.
Original PR description
Hide the "Remove" button on the create modal's footer Task ID: 1924887
The web control panel now supports a cleanup step when it is removed from the page. This helps prevent lingering event listeners, improving stability and reducing the chance of unexpected behavior over time.
Original PR description
Adding event listener in on_attach_callback need to be removed in on_detach_callback. Before this commit on_detach_callback was not implemented in control panel. After this commit we can use on_detach_callback. Needed for task ID: 1934261 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes small usability improvements to the Manufacturing work order form. The changes help users review and manage work order details more clearly within the existing screen.
Original PR description
Small changes in the form view of WO TaskID: 1903181 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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