feat(fusion_accounting_assets): migration wizard backfill from account.asset

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 20:13:30 -04:00
parent 3efef7efc7
commit 1491f455fe
5 changed files with 133 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
'name': 'Fusion Accounting Assets',
'version': '19.0.1.0.30',
'version': '19.0.1.0.31',
'category': 'Accounting/Accounting',
'summary': 'AI-augmented asset management with depreciation schedules.',
'description': """
@@ -28,6 +28,7 @@ menu hides; the engine + AI tools remain available for the chat.
'depends': [
'fusion_accounting_core',
'fusion_accounting_ai',
'fusion_accounting_migration',
'account',
'mail',
],