Monday, May 11, 2026
3 changes · 19.0
Enhancements to existing features
This update improves how accounting excludes certain accounts during bank reconciliation. It allows those account rules to be applied more directly, which can help performance without changing the user-facing workflow.
Original PR description
See https://github.com/odoo/enterprise/pull/115581 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#263207 Forward-Port-Of: odoo/odoo#261931
A new automated test helps ensure that descriptions copied from quotation templates keep their first line when creating sales orders. This reduces the risk of missing customer-facing details in future updates.
Original PR description
Issue: --- When using quotation template, the first line of description is always removed. Steps to reproduce: 1- Create a quotation template and add a description to the line. 2- Create a SO from quotation template. As you see the first line of description is removed in SO. Cause: --- This regression is introduced after aba778538c2032a2924f99258c5c75e463296d21 which was done under the assumption that the description always starts with product name. This breaking commit is reverted by: a702a4989fc53ccc43f57213e0db3e62e7b69e8f However it's better to have a test in order to prevent this issue being introduced in the future. opw-6178360
This update enhances the Partner Ledger report by displaying totals for the 'Amount Currency' column when multiple journal entries for a partner use the same foreign currency within a specific period. A minor adjustment was made to the followup report's date range to align with its single-date format. This improves reporting accuracy and provides more insightful currency data.
Original PR description
Display totals for the "Amount Currency" column per partner when all related journal items share the same foreign currency within the selected period and column group. The date_from in for the followup report has also been adjusted in the queries to make it equal to None, since the followup report is a single date and not a range. task-5953233