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
42 lines
1.4 KiB
Python
42 lines
1.4 KiB
Python
{
|
|
'name': 'Fusion Accounting',
|
|
'version': '19.0.1.0.0',
|
|
'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).',
|
|
'description': """
|
|
Fusion Accounting (Meta-Module)
|
|
===============================
|
|
One-click install of the entire Fusion Accounting suite.
|
|
|
|
Currently installs:
|
|
- fusion_accounting_core Shared schema, security, runtime helpers
|
|
- fusion_accounting_ai AI Co-Pilot (Claude/GPT)
|
|
- fusion_accounting_migration Transitional Enterprise->Fusion data migration
|
|
|
|
Future sub-modules (added per the roadmap as each Phase ships):
|
|
- fusion_accounting_bank_rec (Phase 1)
|
|
- fusion_accounting_reports (Phase 2)
|
|
- fusion_accounting_dashboard (Phase 3)
|
|
- fusion_accounting_followup (Phase 5)
|
|
- fusion_accounting_assets (Phase 6)
|
|
- fusion_accounting_budget (Phase 6)
|
|
|
|
Built by Nexa Systems Inc.
|
|
""",
|
|
'icon': '/fusion_accounting/static/description/icon.png',
|
|
'author': 'Nexa Systems Inc.',
|
|
'website': 'https://nexasystems.ca',
|
|
'support': 'support@nexasystems.ca',
|
|
'maintainer': 'Nexa Systems Inc.',
|
|
'depends': [
|
|
'fusion_accounting_core',
|
|
'fusion_accounting_ai',
|
|
'fusion_accounting_migration',
|
|
],
|
|
'data': [],
|
|
'installable': True,
|
|
'application': True,
|
|
'license': 'OPL-1',
|
|
}
|