flectra/addons/calendar_sms/__manifest__.py

18 lines
477 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8 -*-
2018-01-16 11:34:37 +01:00
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': "Calendar SMS",
2018-01-16 12:05:52 +01:00
'author' : 'Odoo S.A',
'summary': 'Send text messages as event reminders',
'description': "Send text messages as event reminders",
'category': 'Hidden',
'version': '1.0',
'depends': ['calendar', 'sms'],
'data': [
'views/calendar_views.xml',
],
'application': False,
'auto_install': True,
}