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
47 lines
2.0 KiB
Markdown
47 lines
2.0 KiB
Markdown
# fusion_accounting (meta-module) — Cursor / Claude Context
|
|
|
|
## Purpose
|
|
|
|
Meta-module that installs the entire Fusion Accounting sub-module suite with
|
|
one click. Owns no Python, JS, XML data, or views of its own. Just a manifest
|
|
that depends on the sub-modules.
|
|
|
|
## Sub-modules (current)
|
|
|
|
| Sub-module | Phase | Purpose |
|
|
|---|---|---|
|
|
| `fusion_accounting_core` | 0 | Security groups, shared schema, Enterprise detection helper |
|
|
| `fusion_accounting_ai` | 0 | AI Co-Pilot (Claude/GPT) — was the original `fusion_accounting` code |
|
|
| `fusion_accounting_migration` | 0 | Transitional Enterprise->Fusion data migration |
|
|
|
|
## Sub-modules (planned)
|
|
|
|
Per the roadmap design at `docs/superpowers/specs/2026-04-18-fusion-accounting-enterprise-takeover-roadmap-design.md`:
|
|
|
|
| Sub-module | Phase | Purpose |
|
|
|---|---|---|
|
|
| `fusion_accounting_bank_rec` | 1 | Native bank reconciliation (replaces account_accountant bank rec) |
|
|
| `fusion_accounting_reports` | 2 | Native financial reports engine (replaces account_reports) |
|
|
| `fusion_accounting_dashboard` | 3 | Journal kanban + digest |
|
|
| `fusion_accounting_followup` | 5 | Customer payment follow-ups |
|
|
| `fusion_accounting_assets` | 6 | Asset register + depreciation |
|
|
| `fusion_accounting_budget` | 6 | Budget vs actual |
|
|
|
|
## Roadmap and plans
|
|
|
|
- Roadmap design: `docs/superpowers/specs/2026-04-18-fusion-accounting-enterprise-takeover-roadmap-design.md`
|
|
- Phase 0 plan: `docs/superpowers/plans/2026-04-18-phase-0-foundation-plan.md`
|
|
- Empirical uninstall test results: `docs/superpowers/specs/2026-04-18-empirical-uninstall-test-results.md` (produced in Task 18 of Phase 0)
|
|
|
|
## Tooling
|
|
|
|
- `tools/check_odoo_diff.sh` — annual upgrade ritual: diff Enterprise source between Odoo versions
|
|
|
|
## Per-sub-module CLAUDE.md
|
|
|
|
Each sub-module has its own `CLAUDE.md` with feature-specific context. Read them when working on that sub-module.
|
|
|
|
## Workspace-wide conventions
|
|
|
|
`/Users/gurpreet/Github/Odoo-Modules/CLAUDE.md` — common Odoo 19 rules (search views, OWL components, SCSS, asset bundle cache busting, dark mode, etc.). Apply to every sub-module.
|