Monday, October 30, 2023
2 changes · 17.0
Features or functions removed from Odoo
This update removes several unused behind-the-scenes web interface functions across website, editor, forum, and eCommerce areas. It helps simplify maintenance without changing expected user behavior.
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
This change removes the separate buttons for setting or clearing quantities in stock operations because the same actions are now handled through the reserve and unreserve process. This reduces duplicated controls and makes inventory workflows clearer for users.
Original PR description
Thanks to ref https://github.com/odoo/odoo/pull/137864, the quantity on stock move can be emptied or fill with the unreserve/reserve mechanism. Those two buttons becomes useless 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