Friday, December 16, 2022
1 change · 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