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.

31 lines
992 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": "Responsive Layout Snippets for Writing Emails",
  6. "summary": "Well... pseudo-responsive (see description)",
  7. "version": "8.0.2.1.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/res_config_view.xml",
  22. "views/templates.xml",
  23. "views/snippet_1_col.xml",
  24. "views/snippet_2_cols.xml",
  25. "views/snippet_3_cols.xml",
  26. "views/snippet_event_date.xml",
  27. "views/snippet_hr.xml",
  28. "views/snippet_img_text.xml",
  29. "views/snippet_text_img.xml",
  30. ],
  31. }