Saturday, May 13, 2023
1 change
Features or functions removed from Odoo
The previous manual reconciliation screen has been removed and replaced with a simpler wizard that appears only when extra information, such as a write-off, is needed. Users are now directed to standard lists of posted unreconciled accounting entries, making the process easier to understand and more reliable.
Original PR description
The manual reconciliation widget is too complex. We completely remove it and replace it with a simple wizard `account.reconcile.wizard` that opens when selected lines can't be directly/silently reconciled (then we need a write-off whose data will be filled in the wizard). All view that use to lead to the previous widget now lead to the `account.move.line` list view filtred on posted and unreconciled moves. We now use of the _reconcile_plan instead of the previous reconciliation which should be more efficient and correct. Task: 3060792