feat(fusion_accounting_bank_rec): bulk reconcile wizard for selected lines

TransientModel + view + binding action so users can select bank lines
from any list view and bulk-apply either engine.reconcile_batch or
a chosen reconcile model.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 13:17:58 -04:00
parent 75850aad73
commit 25f033d0c8
7 changed files with 183 additions and 1 deletions

View File

@@ -1 +1,2 @@
from . import auto_reconcile_wizard
from . import bulk_reconcile_wizard