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

21 lines
488 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Event / Jitsi',
'category': 'Marketing/Events',
'sequence': 1002,
'version': '1.0',
'summary': 'Event / Jitsi',
'website': 'https://www.odoo.com/app/events',
'depends': [
'website_event',
'website_jitsi',
],
'data': [
'views/res_config_settings_views.xml',
],
'auto_install': True,
'license': 'LGPL-3',
}