Odoo18-Base/addons/website_event_meet_quiz/__manifest__.py
2025-01-06 10:57:38 +07:00

22 lines
532 B
Python

# -*- 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',
}