Files
Odoo-Modules/fusion_accounting_migration/UPGRADE_NOTES.md
gsinghpal 51b26838b9 docs(fusion_accounting): per-sub-module CLAUDE.md, UPGRADE_NOTES.md, README.md
Task 20 of Phase 0: document the sub-module split.

- fusion_accounting_core: foundation doc covering security groups, shared-field
  schema preservation, and the Enterprise-detection helper.
- fusion_accounting_ai: preserves the original module's AI-specific design
  decisions, Odoo 19 gotchas, deployment commands, controllers, models, theme
  rules, and known issues. Adds a new Data-adapter pattern section documenting
  tri-mode routing (fusion / enterprise / community).
- fusion_accounting_migration: doc for the Enterprise uninstall safety guard
  and the wizard shell that future feature sub-modules will extend.
- fusion_accounting (meta): rewritten CLAUDE.md as a pure overview pointing at
  sub-modules, plus a new README.md covering one-click install/uninstall.

Each sub-module now has CLAUDE.md (Cursor/Claude context), UPGRADE_NOTES.md
(version-by-version deltas / reference sources), and README.md (user-facing
install/usage docs). 11 files total.

Made-with: Cursor
2026-04-19 01:10:17 -04:00

412 B

UPGRADE_NOTES — fusion_accounting_migration

V19.0.1.0.0 (initial — Phase 0)

Skeleton: safety guard + wizard shell. No per-feature migration logic registered yet.

Added by future phases:

  • Phase 1: bank-rec migration (verifies account.partial.reconcile rows are intact; sets account_accountant.completed flag)
  • Phase 5: account_followup migration
  • Phase 6: account_asset, account_budget migration