Friday, January 30, 2026
1 change · master
Features or functions removed from Odoo
The barcode feature no longer sends an unused extra detail with scan events. This keeps the barcode service cleaner without changing how users scan or process barcodes.
Original PR description
Before this commit, `target` was sent as an option of the `barcode_scanned` event but it seems that no one uses it anymore. This commit avoids sending it. 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