Daily updates from Odoo
Friday, February 8, 2019
4 changes
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