Thursday, May 21, 2026
5 changes · saas-19.3
Enhancements to existing features
This update simplifies the calculations for 'Retained Earnings' and 'Result for the Year' on the French Balance Sheet report. This change ensures the financial reporting is more accurate and reliable for French-speaking businesses using Odoo Enterprise. It's a routine improvement to maintain the integrity of financial data.
Original PR description
Simplify the formulas of 'Retained earnings' and 'Result for the year' in the french Balance Sheet. task-6087994 Forward-Port-Of: odoo/enterprise#113988 Forward-Port-Of: odoo/enterprise#112731
This update adjusts the categorization of certain French accounting accounts (110000, 119000, 120000, 129000) to better align with reporting requirements for 'Current Year Earnings'. This change ensures accurate financial reporting in France and improves compliance with local accounting standards.
Original PR description
Change the type of french accounts 110000, 119000, 120000, 129000 for 'Current Year Earnings'. task-6087994 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#259374 Forward-Port-Of: odoo/odoo#257094
This update enables users to reset statement lines directly within the Kanban view, mirroring functionality from previous versions. This prevents the need to manually delete multiple reconciliations from a single line, streamlining the accounting process and improving efficiency.
Original PR description
This commit adds the possibility to reset a statement line in kanban view like in the previous versions. Function is still there but no UI button was tied to it. This is a problem if you have many reconciliations on one statement line, we do not want to delete them one by one. opw-6015838 Forward-Port-Of: odoo/enterprise#111107
This update simplifies email notifications in Odoo by making the subject field optional when sending emails from comment mode. Previously, a subject was always included, but this change streamlines the process for simpler notifications. This improves the user experience and reduces unnecessary complexity.
Original PR description
In comment mode we use the regular message post flow rather than the optimized batch email creation of the composer. This notably means a fallback subject will normally be set. The subject is made optional in that context, and only mandatory in batch mode where the emails would otherwise truly not have a subject. task-5944635 Forward-Port-Of: odoo/odoo#261918
This update enhances the user experience for warehouse staff who frequently use tablets to view transfer lists. The changes improve the visibility of key information like reference IDs and contact details, ensuring they are easily readable on medium-sized screens. This addresses a usability issue for a common workflow.
Original PR description
Devices with medium screen sizes such as tablets are often used in warehouses. However, when we check a transfer list view, we can not read clearly important info such as reference or contacts because fields are not entirely displayed. Task-id: 6030156