You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
654 B

# Copyright 2019 Tecnativa - Cristina Martin R.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': "Welcome mail to new subscribers",
"summary": "Send an automated welcome mail to new newsletter subscribers",
'license': 'AGPL-3',
'author': 'Tecnativa, '
'Odoo Community Association (OCA)',
'category': 'Social',
'version': '11.0.1.0.0',
'website': 'https://github.com/OCA/social',
'depends': [
'website_mass_mailing',
],
'data': [
"data/mail_template.xml",
"views/mail_mass_mailing_list.xml",
],
'application': False,
'installable': True,
}