Tuesday, January 7, 2025
1 change · saas-17.2
Resolved issues and error corrections
Printing the General Ledger now correctly respects account searches that include uppercase letters, such as account codes with alphabetic characters. This prevents exported PDFs from coming out empty when users search for those accounts before printing.
Original PR description
Before this commit, when we did a search in the general ledger for an account code with alpha characters, (ex: `411EDP` in the search bar) the options resulted with `411edp`. It was changed to lowercase. And due to a change in the _name_search of account_account, it now uses like and not anymore ilike. Commit: https://github.com/odoo/odoo/commit/1f589682a9414312b8c15beec5a09e76b16c7c41 The fix is to provide to the options the original search query without lowercase. opw-4388517