Tuesday, January 28, 2025
1 change · 17.0
Enhancements to existing features
This update makes it easier for partners and implementers to customize how accounting reconciliation write-off entries are prepared. It is an internal extensibility improvement, so day-to-day users should not see behavior changes, but future customizations should be simpler and safer to maintain.
Original PR description
Create _get_write_off_move_move_line_dict() method to allow extension Related to OCA/account-reconcile#761 @Tecnativa TT51885 --- This PR is actually the FW of: https://github.com/odoo/odoo/pull/188808 . That PR was changing things in community that were moved to enterprise in 17.0 Therefore, a new PR (this one) had to be opened.