feat(fusion_accounting_bank_rec): auto-reconcile wizard

TransientModel that filters unreconciled bank lines by journal +
date range + strategy and runs engine.reconcile_batch. Shows
reconciled_count / skipped_count / error_summary in result view.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 13:16:06 -04:00
parent 6cbb5f85fe
commit 75850aad73
7 changed files with 172 additions and 1 deletions

View File

@@ -0,0 +1 @@
from . import auto_reconcile_wizard