res_partner_extended/__manifest__.py

16 lines
458 B
Python

{
'name': 'Res Partner Extended',
'version': '1.0',
'summary': 'Add gender and birth date to Partner',
'description': 'Add custom fields gender and birth date below the address in res.partner model.',
'author': 'Abdul Aziz Amrullah',
'category': 'Sales/CRM',
'depends': ['base', 'contacts'],
'data': [
'views/res_partner_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}