{ 'name': 'Fusion Accounting Assets', 'version': '19.0.1.0.17', 'category': 'Accounting/Accounting', 'summary': 'AI-augmented asset management with depreciation schedules.', 'description': """ Fusion Accounting Assets ======================== A Fusion-native replacement for Odoo Enterprise's account_asset module. CORE scope (Phase 3): - 3 depreciation methods: straight-line, declining balance, units of production - Asset lifecycle: draft -> running -> paused -> disposed - Depreciation board with editable schedule - Disposal (sale, scrap, donation) + partial sale wizards - Daily cron for posting periodic depreciation AI augmentation: - Anomaly detection on utilization vs expected - AI-suggested useful life from invoice context (LLM) Coexists with Enterprise: when account_asset is installed, the Fusion menu hides; the engine + AI tools remain available for the chat. """, 'author': 'Fusion Accounting', 'license': 'LGPL-3', 'depends': [ 'fusion_accounting_core', 'fusion_accounting_ai', 'account', 'mail', ], 'data': [ 'security/ir.model.access.csv', 'data/cron.xml', ], 'assets': { 'web.assets_backend': [ ], }, 'installable': True, 'auto_install': False, 'application': False, 'icon': '/fusion_accounting_assets/static/description/icon.png', }