feat(fusion_accounting): meta-module now installs reports sub-module

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 16:30:19 -04:00
parent 0618ca7773
commit 5a864e4b48

View File

@@ -1,6 +1,6 @@
{ {
'name': 'Fusion Accounting', 'name': 'Fusion Accounting',
'version': '19.0.1.0.1', 'version': '19.0.1.0.2',
'category': 'Accounting/Accounting', 'category': 'Accounting/Accounting',
'sequence': 25, 'sequence': 25,
'summary': 'Meta-module that installs the full Fusion Accounting suite (core, AI, migration; bank rec, reports, etc. as later sub-modules ship).', 'summary': 'Meta-module that installs the full Fusion Accounting suite (core, AI, migration; bank rec, reports, etc. as later sub-modules ship).',
@@ -14,9 +14,9 @@ Currently installs:
- fusion_accounting_ai AI Co-Pilot (Claude/GPT) - fusion_accounting_ai AI Co-Pilot (Claude/GPT)
- fusion_accounting_migration Transitional Enterprise->Fusion data migration - fusion_accounting_migration Transitional Enterprise->Fusion data migration
- fusion_accounting_bank_rec AI-assisted bank reconciliation (Phase 1) - fusion_accounting_bank_rec AI-assisted bank reconciliation (Phase 1)
- fusion_accounting_reports AI-augmented financial reports (Phase 2)
Future sub-modules (added per the roadmap as each Phase ships): Future sub-modules (added per the roadmap as each Phase ships):
- fusion_accounting_reports (Phase 2)
- fusion_accounting_dashboard (Phase 3) - fusion_accounting_dashboard (Phase 3)
- fusion_accounting_followup (Phase 5) - fusion_accounting_followup (Phase 5)
- fusion_accounting_assets (Phase 6) - fusion_accounting_assets (Phase 6)
@@ -34,6 +34,7 @@ Built by Nexa Systems Inc.
'fusion_accounting_ai', 'fusion_accounting_ai',
'fusion_accounting_migration', 'fusion_accounting_migration',
'fusion_accounting_bank_rec', 'fusion_accounting_bank_rec',
'fusion_accounting_reports',
], ],
'data': [], 'data': [],
'installable': True, 'installable': True,