Drops the 73KB icon.png into each of the four sub-modules (fusion_accounting meta, _core, _ai, _migration) so Odoo's Apps page renders the branded icon for each. Meta-module manifest 'icon' path now points to its own icon instead of the AI sub-module's. Made-with: Cursor
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
- Install fusion_accounting (the meta-module) — pulls in this module
- Open Fusion Accounting -> Migrate from Enterprise (top-level menu)
- Wizard shows which Enterprise modules are detected and what migrations are available
- Run migration; wizard reports counts and warnings
- 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.