Files
Odoo-Modules/fusion_accounting_migration
gsinghpal 149e03ac71
Some checks failed
fusion_accounting CI / test (fusion_accounting_ai) (push) Has been cancelled
fusion_accounting CI / test (fusion_accounting_core) (push) Has been cancelled
fusion_accounting CI / test (fusion_accounting_migration) (push) Has been cancelled
fix(fusion_accounting_migration): add web_icon to top-level menu
The 'Fusion Accounting' top-level menu was missing the web_icon attribute,
so the app switcher grid showed a placeholder instead of the branded icon.
ir.ui.menu.web_icon is separate from ir.module.module.icon (Apps page) —
both need to be set for full icon coverage.

Made-with: Cursor
2026-04-19 08:23:21 -04:00
..

Fusion Accounting Migration

Transitional helper for moving clients from Odoo Enterprise to Community + Fusion.

When to use

Install this module ONCE per client during the Enterprise->Fusion switchover. After the switchover is complete and the client is comfortable on Community, this module can be uninstalled.

How it works

  1. Install fusion_accounting (the meta-module) — pulls in this module
  2. Open Fusion Accounting -> Migrate from Enterprise (top-level menu)
  3. Wizard shows which Enterprise modules are detected and what migrations are available
  4. Run migration; wizard reports counts and warnings
  5. Uninstall Enterprise modules in dep-safe order (the safety guard prevents premature uninstall)

Override the safety guard

If you need to uninstall an Enterprise module WITHOUT migrating (data will be lost), set fusion_accounting.migration.<module>.completed to True in System Parameters.