{ 'name': 'GA Asset Management', 'version': '17.0.1.0.0', 'category': 'Operations', 'summary': 'Asset Management for General Affair Team', 'description': """ This module provides a simplified interface for General Affair team to manage fixed assets. Features: - Simplified Asset Views - Auto-generated Asset Code based on Product Barcode - Asset Transfer Wizard """, 'author': 'Antigravity', 'depends': ['base', 'account_asset', 'asset_code_field', 'product', 'stock', 'purchase'], 'data': [ 'security/ga_asset_security.xml', 'security/ir.model.access.csv', 'data/ir_sequence_data.xml', 'views/account_asset_views.xml', 'views/stock_picking_views.xml', 'views/product_template_views.xml', 'wizard/asset_transfer_views.xml', ], 'installable': True, 'application': True, 'license': 'LGPL-3', }