Monday, June 21, 2021
1 change · master
Enhancements to existing features
Inventory processing now acquires required locks with a simpler and faster approach. This reduces internal overhead and can help stock operations run more smoothly, especially when multiple processes handle inventory at the same time.
Original PR description
It makes code more readable, doesn't use savepoing and use just a single query to acquire the lock 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