feat(fusion_accounting_bank_rec): migration audit PDF report
QWeb PDF showing per-company: backfilled precedent count, pattern count, remaining unreconciled bank line count. Bound to fusion.migration.wizard so it appears in the Print menu after migration runs. - reports/migration_audit_report.py defines the AbstractModel report.fusion_accounting_bank_rec.migration_audit_template, which aggregates per-company counts from fusion.reconcile.precedent (source='backfill'), fusion.reconcile.pattern, and account.bank.statement.line (is_reconciled=False). - reports/migration_audit_report_views.xml is the QWeb template. - reports/migration_audit_report_action.xml registers the ir.actions.report bound to fusion.migration.wizard. Made-with: Cursor
This commit is contained in:
1
fusion_accounting_bank_rec/reports/__init__.py
Normal file
1
fusion_accounting_bank_rec/reports/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import migration_audit_report
|
||||
Reference in New Issue
Block a user