asset_code_field/__manifest__.py
2026-01-21 17:06:46 +07:00

18 lines
496 B
Python

{
'name': 'Asset Code Field',
'version': '17.0.1.0.0',
'category': 'Accounting/Accounting',
'summary': 'Adds Asset Code field to Account Asset',
'description': """
This module adds a new field "Asset Code" to the Asset form view, located below the Asset Name.
""",
'author': 'Antigravity',
'depends': ['account_asset'],
'data': [
'views/account_asset_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}