website_event_meet_quiz/__manifest__.py

22 lines
532 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Quiz and Meet on community',
'category': 'Marketing/Events',
'sequence': 1007,
'version': '1.0',
'summary': 'Quiz and Meet on community route',
'website': 'https://www.odoo.com/app/events',
'depends': [
'website_event_meet',
'website_event_track_quiz',
],
'data': [
'views/event_meet_templates.xml',
],
'auto_install': True,
'license': 'LGPL-3',
}