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.

30 lines
946 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.0",
  8. "category": "Marketing",
  9. "website": "http://www.antiun.com",
  10. "author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "images": [
  15. "images/snippets.png",
  16. ],
  17. "depends": [
  18. "website_mail_snippet_vertical_resize_base",
  19. ],
  20. "data": [
  21. "views/templates.xml",
  22. "views/snippet_1_col.xml",
  23. "views/snippet_2_cols.xml",
  24. "views/snippet_3_cols.xml",
  25. "views/snippet_event_date.xml",
  26. "views/snippet_hr.xml",
  27. "views/snippet_img_text.xml",
  28. "views/snippet_text_img.xml",
  29. ],
  30. }