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.

33 lines
1023 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Antiun Ingeniería S.L. - Jairo Llopis
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Fixed-Width Layout Snippets for Writing Emails",
  6. "summary": "560px width extra building blocks",
  7. "version": "8.0.1.0.1",
  8. "category": "Marketing",
  9. "website": "https://www.tecnativa.com",
  10. "author": "Antiun Ingeniería S.L., "
  11. "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "images": [
  17. "images/snippets.png",
  18. ],
  19. "depends": [
  20. "website_mail_snippet_vertical_resize_base",
  21. ],
  22. "data": [
  23. "views/assets.xml",
  24. "views/templates.xml",
  25. "views/snippet_1_col.xml",
  26. "views/snippet_2_cols.xml",
  27. "views/snippet_3_cols.xml",
  28. "views/snippet_event_date.xml",
  29. "views/snippet_hr.xml",
  30. "views/snippet_img_text.xml",
  31. "views/snippet_text_img.xml",
  32. ],
  33. }