From fbc1ac38f82291c616372740642a62a06abf2028 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sun, 19 Apr 2026 21:40:10 -0400 Subject: [PATCH] feat(fusion_accounting): meta-module now installs followup sub-module Made-with: Cursor --- fusion_accounting/__manifest__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fusion_accounting/__manifest__.py b/fusion_accounting/__manifest__.py index 7e388d1f..26078ee5 100644 --- a/fusion_accounting/__manifest__.py +++ b/fusion_accounting/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Fusion Accounting', - 'version': '19.0.1.0.3', + 'version': '19.0.1.0.4', 'category': 'Accounting/Accounting', 'sequence': 25, 'summary': 'Meta-module that installs the full Fusion Accounting suite (core, AI, migration; bank rec, reports, etc. as later sub-modules ship).', @@ -16,10 +16,10 @@ Currently installs: - fusion_accounting_bank_rec AI-assisted bank reconciliation (Phase 1) - fusion_accounting_reports AI-augmented financial reports (Phase 2) - fusion_accounting_assets AI-augmented asset management (Phase 3) +- fusion_accounting_followup AI-augmented customer follow-ups (Phase 4) Future sub-modules (added per the roadmap as each Phase ships): -- fusion_accounting_dashboard (Phase 4) -- fusion_accounting_followup (Phase 5) +- fusion_accounting_dashboard (Phase 5) - fusion_accounting_budget (Phase 6) Built by Nexa Systems Inc. @@ -36,6 +36,7 @@ Built by Nexa Systems Inc. 'fusion_accounting_bank_rec', 'fusion_accounting_reports', 'fusion_accounting_assets', + 'fusion_accounting_followup', ], 'data': [], 'installable': True,