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
703 B

  1. # Copyright 2016-2019 Jairo Llopis <jairo.llopis@tecnativa.com>
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  3. {
  4. "name": "Mass Mailing Subscription Snippet With Name",
  5. "summary": "Ask for name when subscribing, and create and/or link partner",
  6. "version": "12.0.1.0.0",
  7. "category": "Website",
  8. "website": "https://github.com/OCA/social",
  9. "author": "Tecnativa, Odoo Community Association (OCA)",
  10. "license": "LGPL-3",
  11. "application": False,
  12. "installable": True,
  13. "depends": [
  14. "website_mass_mailing",
  15. ],
  16. "demo": [
  17. "demo/assets.xml",
  18. ],
  19. "data": [
  20. "templates/assets.xml",
  21. "templates/snippets.xml",
  22. ],
  23. }