# -*- coding: utf-8 -*- { 'name': 'Events Custom', 'version': '1.0', 'website': 'https://www.odoo.com/page/events', 'category': 'Odex25-Event/Odex25-Event', 'summary': 'Add Extra Features to Event Standard module', 'description': """ Events Custom. ============== Key Features ------------ * Edit in Email Schedule Add appility to send emails to Attendees after change in tracks * ... """, 'depends': ['website_event_track','dms','project'], 'data': [ 'data/email_template_data.xml', 'views/dms_file_view.xml', 'views/event_views.xml', 'report/event_cards.xml', ], 'installable': True, 'auto_install': False, }