asset_code_field/__manifest__.py

18 lines
498 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': 'Suherdy Yacob',
'depends': ['account_asset'],
'data': [
'views/account_asset_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}