mass_mailing_event_sms/__manifest__.py

25 lines
576 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Event Attendees SMS Marketing',
'category': 'Hidden',
'version': '1.0',
'description':
"""
SMS Marketing on event attendees
================================
Bridge module adding UX requirements to ease SMS marketing o, event attendees.
""",
'depends': [
'event',
'mass_mailing',
'mass_mailing_event',
'mass_mailing_sms',
'sms',
],
'auto_install': True,
'license': 'LGPL-3',
}