summaryrefslogtreecommitdiff
path: root/addons/mass_mailing_event_sms/__manifest__.py
blob: 6eb05921eb5d8d4369110acb482b888174b27b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- 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_sms',
        'sms',
    ],
    'data': [
    ],
    'auto_install': True,
    'license': 'LGPL-3',
}