oca-ocb-mail/odoo-bringout-oca-ocb-calendar_sms/calendar_sms/__manifest__.py
Ernad Husremovic daa394e8b0 19.0 vanilla
2026-03-09 09:31:39 +01:00

18 lines
513 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Calendar - SMS",
'version': "1.1",
'summary': 'Send text messages as event reminders',
'description': "Send text messages as event reminders",
'category': 'Productivity/Calendar',
'depends': ['calendar', 'sms'],
'data': [
'data/sms_data.xml',
'views/calendar_views.xml',
],
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}