Thursday, March 12, 2026
4 changes · 18.0
Enhancements to existing features
This update removes unnecessary code that subtracted the current production order from a list of related orders. The existing filtering logic already effectively achieved the same result, ensuring cleaner and more efficient code. This change improves code readability and maintainability without impacting functionality.
Original PR description
`- self` is redundant given there's already `.filtered(lambda p: p.origin !=self.origin)`. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update refines how analytic accounts are assigned within Odoo. Specifically, the order of fields related to analytic distribution has been adjusted for better organization and usability. This change improves the clarity and efficiency of managing analytic accounting data.
Original PR description
Reordering the analytic distribution field. task-5887978 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update introduces support for the US ISO 20022 format for payments, aligning with evolving banking standards. Initially, it focuses on domestic ACH transfers, with plans for future expansion to include international and mixed-type transfers. This change is necessary to accommodate new payment methods being implemented by US banks.
Original PR description
Backport of #90378 US banks are starting to implement the ISO 20022 format for transfers between domestic and international accounts. However, the major banks (Bank of America and JP Morgan Chase) have slightly different implementations of the specification vs SEPA, as such a new payment method must be created. In this first step, the US ISO 20022 payment method supports only domestic ACH transfers; however, future work will support international and mixed-type transfers as the need arises. opw-5727613
This update aligns Odoo's Peppol EAS field selections with the latest Peppol codelist version 9.5. This ensures continued compliance with European e-billing regulations and standards, maintaining accurate data exchange for EDI transactions.
Original PR description
A new version of codelist (v9.5) has been released. This commit aligns the Peppol EAS field selection with the Peppol codelist v9.5 See the changelog here : https://docs.peppol.eu/edelivery/codelists/changelog.html Updates applied according to the official v9.5 changes. task-5461213 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr