ga_asset_management/__manifest__.py
2026-02-04 11:37:09 +07:00

28 lines
920 B
Python

{
'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',
}