37 lines
1.3 KiB
Python
37 lines
1.3 KiB
Python
{
|
|
'name': 'Fusion Accounting Migration',
|
|
'version': '19.0.1.1.0',
|
|
'category': 'Accounting/Accounting',
|
|
'sequence': 27,
|
|
'summary': 'Transitional module: migrates Odoo Enterprise accounting data to Fusion Accounting tables before Enterprise uninstall.',
|
|
'description': """
|
|
Fusion Accounting Migration
|
|
===========================
|
|
Transitional helper that lives only during Enterprise-to-Fusion switchover.
|
|
|
|
Provides:
|
|
- A safety guard that blocks uninstall of Odoo Enterprise accounting modules
|
|
(account_accountant, account_reports, account_followup, account_asset,
|
|
account_budget, account_loans) until the Fusion migration wizard has run
|
|
- A guided migration wizard accessible at Settings -> Fusion Accounting ->
|
|
Migrate from Enterprise (the wizard's per-feature migrations are added
|
|
by each Fusion sub-module that replaces an Enterprise feature)
|
|
|
|
Once the switchover is complete, this module can safely be uninstalled.
|
|
|
|
Built by Nexa Systems Inc.
|
|
""",
|
|
'author': 'Nexa Systems Inc.',
|
|
'website': 'https://nexasystems.ca',
|
|
'support': 'support@nexasystems.ca',
|
|
'maintainer': 'Nexa Systems Inc.',
|
|
'depends': ['fusion_accounting_core'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'wizards/migration_wizard_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'OPL-1',
|
|
}
|