Friday, December 16, 2022
2 changes · master
Resolved issues and error corrections
This change prevents errors that appeared when users clicked certain account-related fields. It corrects the account filtering rule so the fields open normally, improving day-to-day accounting workflows.
Original PR description
Issue: - clicking on various account field gives traceback because of invalid domain. Cause: - https://github.com/odoo/odoo/pull/105131 PR remove a leaf from account domain but forgot to remove '&' operator. Fix: - removes '&' operator from account domain. task-3099758
This fixes an automated barcode receipt test so it waits until the confirmation button is ready before proceeding. It helps prevent false test failures in the inventory barcode workflow, improving confidence in future updates without changing user-facing behavior.
Original PR description
The tour `test_gs1_receipt_lot_serial` tests we can manually write and confirm a barcode, but by checking that, it doesn't wait the "Apply" button is clickable (it's disabled if the input is empty). runbot error id: 13671