Daily updates from Odoo
Tuesday, February 27, 2018
2 changes
Code cleanup and technical improvements
This update reorganizes the bank reconciliation logic into a dedicated model, making the accounting code easier to maintain without changing the user-facing feature. It also improves how reconciliation suggestions respect access rules, supporting clearer and faster processing while preserving existing behavior.
Original PR description
Contains widget reconciliation methods. This refactoring does not modify the feature, some errors have been notified in the code but not modified. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change reorganizes how bank reconciliation widget logic is handled by introducing a dedicated model for those methods. It should make the accounting reconciliation experience easier to maintain and support, with minimal direct impact for end users.
Original PR description
Contains widget reconciliation methods.