56 lines
2.2 KiB
Python
56 lines
2.2 KiB
Python
{
|
|
'name': 'Fusion Accounting',
|
|
'version': '19.0.1.1.0',
|
|
'category': 'Accounting/Accounting',
|
|
'sequence': 25,
|
|
'summary': 'Meta-module that installs the full Fusion Accounting suite as a Community-edition replacement for Odoo Enterprise accounting.',
|
|
'description': """
|
|
Fusion Accounting (Meta-Module)
|
|
===============================
|
|
One-click install of the entire Fusion Accounting suite \u2014 a Community-edition
|
|
replacement for Odoo Enterprise's accounting modules.
|
|
|
|
Sub-modules installed:
|
|
- fusion_accounting_core Shared schema, security, runtime helpers
|
|
- fusion_accounting_ai AI Co-Pilot (Claude/GPT/local LLM)
|
|
- fusion_accounting_migration Transitional Enterprise->Fusion data migration
|
|
- fusion_accounting_bank_rec AI-assisted bank reconciliation
|
|
- fusion_accounting_reports AI-augmented financial reports
|
|
- fusion_accounting_assets AI-augmented asset management
|
|
- fusion_accounting_followup AI-augmented customer follow-ups
|
|
- fusion_accounting_l10n_ca Canadian reports + tax return tracking
|
|
- fusion_accounting_hr_payroll Payroll \u2192 GL bridge (replaces hr_payroll_account)
|
|
- fusion_accounting_ocr Tesseract + LLM invoice OCR
|
|
- fusion_accounting_documents Documents app \u2194 invoice bridge
|
|
|
|
Renames the Community "Invoicing" top-level menu to "Accounting" and slots
|
|
all Fusion sub-features as sub-menus, mirroring the Odoo Enterprise UX.
|
|
|
|
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',
|
|
'fusion_accounting_bank_rec',
|
|
'fusion_accounting_reports',
|
|
'fusion_accounting_assets',
|
|
'fusion_accounting_followup',
|
|
'fusion_accounting_l10n_ca',
|
|
'fusion_accounting_hr_payroll',
|
|
'fusion_accounting_ocr',
|
|
'fusion_accounting_documents',
|
|
],
|
|
'data': [
|
|
'data/menu_overrides.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'license': 'OPL-1',
|
|
}
|