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
947 B

  1. # Copyright 2016 x620 <https://github.com/x620>
  2. # Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  3. # Copyright 2018 Ruslan Ronzhin
  4. # Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
  5. # License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).
  6. {
  7. "name": """Show message recipients""",
  8. "summary": """Allows you be sure, that all discussion participants were notified""",
  9. "category": "Discuss",
  10. "images": ["images/1.png"],
  11. "version": "11.0.1.1.0",
  12. "author": "IT-Projects LLC, Pavel Romanchenko",
  13. "support": "apps@it-projects.info",
  14. "website": "https://it-projects.info",
  15. "license": "LGPL-3",
  16. "price": 40.00,
  17. "currency": "EUR",
  18. "depends": ["mail_base"],
  19. "external_dependencies": {"python": [], "bin": []},
  20. "data": ["templates.xml"],
  21. "qweb": ["static/src/xml/recipient.xml"],
  22. "demo": [],
  23. "installable": True,
  24. "auto_install": False,
  25. }