Saturday, July 5, 2025
2 changes · saas-18.2
Enhancements to existing features
French accounting no longer automatically copies the invoice date into the delivery date field. This ensures the delivery date is only filled in when a user explicitly provides it, reducing the risk of incorrect invoice information.
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
Accounting users can now group the Chart of Accounts by account root, making it easier to review and organize accounts at a higher level. This improves navigation and reporting workflows without changing accounting 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
Forward-Port-Of: odoo/odoo#217418
Forward-Port-Of: odoo/odoo#217293