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.

23 lines
737 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Tecnativa - Jairo Llopis
  3. # Copyright 2018 Tecnativa - David Vidal
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Dynamic Mass Mailing Lists",
  7. "summary": "Mass mailing lists that get autopopulated",
  8. "version": "10.0.1.2.0",
  9. "category": "Marketing",
  10. "website": "https://github.com/OCA/social",
  11. "author": "Tecnativa, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "mass_mailing_partner",
  17. ],
  18. "data": [
  19. # This should go first
  20. "wizards/mail_mass_mailing_load_filter_views.xml",
  21. "views/mail_mass_mailing_list_view.xml",
  22. ],
  23. }