Friday, July 4, 2025
1 change · saas-18.1
Enhancements to existing features
Accounting users can now group the Chart of Accounts by account root using the Root option in search grouping. This makes it easier to review and organize accounts at a higher level without manual filtering or exports.
Original PR description
Before this commit:
- go to Accounting > Configuration > Chart of Accounts
- in the search bar, you cannot group accounts by account root.
After this commit:
- You can group accounts by account root ('Root').
We do this by implementing `_field_to_sql` for `account.account.root_id` which makes the field groupable.
task-none
Forward-Port-Of: odoo/odoo#217293