26 lines
849 B
Python
26 lines
849 B
Python
{
|
|
'name': 'DSRPT Address Book',
|
|
'summary': 'Contact management with communication methods',
|
|
'description': 'Simple address book for managing contacts and their communication methods',
|
|
'version': '19.0.1.0.0',
|
|
'category': 'Tools',
|
|
'author': 'DSRPT',
|
|
'depends': ['base', 'mail', 'calendar'],
|
|
'data': [
|
|
'security/groups.xml',
|
|
'security/ir.model.access.csv',
|
|
'data/communication_types.xml',
|
|
'views/dsrpt_communication_type_views.xml',
|
|
'views/dsrpt_contact_views.xml',
|
|
'views/contact_event_views.xml',
|
|
'views/contact_source_views.xml',
|
|
'views/change_employee_wizard_views.xml',
|
|
'views/menu.xml',
|
|
'views/contact_context_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|