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.

25 lines
669 B

  1. # Copyright 2014-2015 Grupo ESOC <http://www.grupoesoc.es>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Mail full expand",
  5. "summary": "Expand mail in a big window",
  6. "version": "12.0.1.0.0",
  7. "category": "Social Network",
  8. "website": "https://github.com/OCA/social",
  9. "author": "Tecnativa, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "application": False,
  12. "installable": True,
  13. "depends": [
  14. "mail",
  15. "web",
  16. ],
  17. "data": [
  18. "views/mail_full_expand.xml",
  19. "views/assets.xml",
  20. ],
  21. "qweb": [
  22. "static/src/xml/mail_full_expand.xml",
  23. ],
  24. }