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.

34 lines
1018 B

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