Thursday, July 3, 2025
1 change · 18.0
Enhancements to existing features
Accounting users can now group the Chart of Accounts by account root using the Root grouping option. This makes it easier to review and navigate accounts at a higher level without changing account data.
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