Files
Odoo-Modules/fusion_accounting_bank_rec/wizards/__init__.py
gsinghpal 25f033d0c8 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
2026-04-19 13:17:58 -04:00

3 lines
72 B
Python

from . import auto_reconcile_wizard
from . import bulk_reconcile_wizard