account-reconcile
account-reconcile copied to clipboard
[16.0][WIP] account_reconciliation_widget: Migration to 16.0
Why not using the existing enterprise-like new reconciliation widget: https://github.com/OCA/account-reconcile/tree/16.0/account_reconcile_oca ?
@dsolanki-initos We created a new module from scratch, so this module should be no longer necessary. Also, it is done in OWL, this one is done with a legacy system and we don't know when we will lose it. Can you check the new module?
Hi! I've seen that this module could be necessary or the account_reconcile_oca should be improved. When you try to reconcile not from bank statements but from accounts, not all options from the bank reconciliation are available.
From bank statements:
From chart of accounts:
-
The first issue is that the system won't allow you to reconcile when you only have debits or credits. A blank screen appears:
This could be improved changing the query of #L77 of model account_account_reconcile.py.
In addition, there's an important feature allowing you to initiate the reconciliation widget when you have selected several journal items from the same account, making it possible to reconcile them (or write off).
Please, include these changes in the migration https://github.com/OCA/account-reconcile/pull/601/commits/d490df5e19eafcf68af6200dbee351ac79b58508
Instead of keeping this old system, the missing features should be included in the new reconciliation widget.
There hasn't been any activity on this pull request in the past 4 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 PR to never become stale, please ask a PSC member to apply the "no stale" label.