account-reconcile
account-reconcile copied to clipboard
[16.0] account_reconcile_oca: Allow to skip reconciliation during statement import
Is your feature request related to a problem? The behavior of bank statement reconciliation has changed compared to previous versions, our users (and modules) expect auto-reconciliation to be ran in separate action and not during bank statement import. It's not possible to override this behavior from our module extensions, because it's coded into account.bank.statement.line create() function.
Describe the solution you'd like Any of these will be fine:
- Separate auto-reconciliation code from create() into different function, check 'skip_reconcile' from context and call the function from create(). This would also allow us to call the function when we need to.
- Remove the functionality from create() and run reconciliation: periodically through cronjob or when reconciliation widget is opened.
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.