Wednesday, October 29, 2025
1 change · saas-18.3
Enhancements to existing features
The accounting accrued orders wizard now includes a cleaner extension point for creating reversal entries. This makes it easier for custom modules to support accruals spread across multiple periods, helping match reversals more accurately with future invoices.
Original PR description
Add a dedicated hook method to facilitate customization of reversal entry generation in the accrued orders wizard. Reason: The current implementation creates a single reversal entry that is applied in the next period. For scenarios requiring accrual allocation across multiple periods, modules need the ability to generate multiple reversal entries (one per period) to properly net-off against actual invoices --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#233295 Forward-Port-Of: odoo/odoo#233142