Saturday, July 11, 2026
1 change · 19.0
Resolved issues and error corrections
Inventory adjustments with no quantity difference will no longer create zero-value stock moves. This keeps stock records cleaner and prevents confusing entries that do not represent a real inventory change.
Original PR description
Description of the issue/feature this PR addresses: Create an inventory adjustment with no difference, try to Apply the inventory adjustment. This will end up to create a move with -0.00, which should be there, because the difference is 0. Current behavior before PR: Desired behavior after PR is merged: Do not create move for 0 qantity difference. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr