Split FSM into separate modules and switch customer to address book
This commit is contained in:
25
odoo/addons/dsrpt_address_book/__manifest__.py
Normal file
25
odoo/addons/dsrpt_address_book/__manifest__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
'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',
|
||||
}
|
||||
Reference in New Issue
Block a user