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

  1. # Copyright 2019 Tecnativa - Cristina Martin R.
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': "Welcome mail to new subscribers",
  5. "summary": "Send an automated welcome mail to new newsletter subscribers",
  6. 'license': 'AGPL-3',
  7. 'author': 'Tecnativa, '
  8. 'Odoo Community Association (OCA)',
  9. 'category': 'Social',
  10. 'version': '11.0.1.0.0',
  11. 'website': 'https://github.com/OCA/social',
  12. 'depends': [
  13. 'website_mass_mailing',
  14. ],
  15. 'data': [
  16. "data/mail_template.xml",
  17. "views/mail_mass_mailing_list.xml",
  18. ],
  19. 'application': False,
  20. 'installable': True,
  21. }