Wednesday, July 10, 2024
1 change · 17.0
Enhancements to existing features
A test was added to ensure searching by partner name in the Partner Ledger continues to work correctly. This helps prevent future regressions in financial reporting navigation and gives users more confidence that report searches update as expected.
Original PR description
## Issue Searching by name in the Partner Ledger does not filter nor update the view. ### **EDIT**: this has been fixed in another commit: https://github.com/odoo/enterprise/commit/8a53ae5c50f1c71c2aa9c74871e7047992cf0900 so I'm just adding a test. ## Analysis Since this commit: https://github.com/odoo/enterprise/commit/560ff32515e6259ee87d5f52179a313ee6f51dde, the search in the Partner Ledger report is broken as we filter on `'account.account'` only. ## Fix This commit fixes the issue by adding the missing model relevant to the Partner Ledger. EDIT: After discussing (see comments below), we decided to remove the filtering on `account.account`. ### References opw-4031639 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr