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.

28 lines
747 B

  1. # -*- coding: utf-8 -*-
  2. # © 2014-2015 Grupo ESOC <www.grupoesoc.es>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Message Forward",
  6. "summary": "Add option to forward messages",
  7. "version": "8.0.7.0.0",
  8. "category": "Social Network",
  9. "website": "https://grupoesoc.es",
  10. "author": "Grupo ESOC Ingeniería de Servicios, "
  11. "Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "mail",
  17. "web",
  18. ],
  19. "data": [
  20. "views/assets.xml",
  21. "views/compose_message.xml",
  22. "views/res_request_link.xml",
  23. ],
  24. "qweb": [
  25. "static/src/xml/mail_forward.xml",
  26. ],
  27. }