Saturday, July 5, 2025
2 changes
Enhancements to existing features
Accounting users can now group the Chart of Accounts by account root using the Root option in search. This makes it easier to review and organize accounts at a higher level.
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#217418
Forward-Port-Of: odoo/odoo#217293French accounting invoices will no longer automatically copy the invoice date into the delivery date field. This ensures the delivery date is only entered intentionally by users, improving accuracy for French localization workflows.
Original PR description
This commit prevents the delivery date from being set to invoice date by default in French localization. We need the delivery date to be only set by the users. task-4900043 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#216548