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.

20 lines
528 B

  1. # Copyright 2017-2018 Tecnativa - Pedro M. Baeza
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Resend mass mailings",
  5. "version": "11.0.1.0.0",
  6. "category": "Marketing",
  7. "website": "https://github.com/OCA/social",
  8. "author": "Tecnativa, "
  9. "Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "application": False,
  12. "installable": True,
  13. "depends": [
  14. "mass_mailing",
  15. ],
  16. "data": [
  17. "views/mass_mailing_views.xml",
  18. ],
  19. }