20 lines
463 B
Python
Executable File
20 lines
463 B
Python
Executable File
{
|
|
'name':'Customized Contact',
|
|
'version': '1.0',
|
|
'author': 'Youssef ELOUAHBY',
|
|
'website': 'http://www.test.ye',
|
|
'sequence': 2,
|
|
'category': 'Tools',
|
|
'summary': 'Customers, Vendors, Partners,...',
|
|
'description': """
|
|
This module allows customization of contacts
|
|
""",
|
|
'depends': ['base','contacts'],
|
|
'data': ['views/contact.xml',
|
|
'views/type.xml'
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
}
|