account_reconcile_oca_queue
This module enables asynchronous processing of automatic bank statement reconciliation using queue jobs to improve performance when importing large bank statements.
Key Features
- account.bank.statement.line: Patches the auto-reconcile method to run in queue jobs when the setting is enabled.
- res.company: Adds a boolean field to enable auto-reconcile in background.
- res.config.settings: Provides a user interface setting to configure auto-reconcile queue behavior.