Saturday, July 5, 2025
2 changes · saas-18.3
Enhancements to existing features
In the French accounting localization, delivery dates on invoices are no longer automatically copied from the invoice date. This ensures the delivery date is only entered when a user explicitly sets it, improving accuracy for French invoicing records.
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 using the Root option in search filters. This makes it easier to review and organize accounts at a higher level without manual sorting.
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