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.

29 lines
724 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": """Show message recipients""",
  4. "summary": """Allows you be sure, that all discussion participants were notified""",
  5. "category": "Discuss",
  6. "images": ['images/1.png'],
  7. "version": "1.0.1",
  8. "author": "IT-Projects LLC, Pavel Romanchenko",
  9. "support": "apps@it-projects.info",
  10. "website": "https://it-projects.info",
  11. "license": "LGPL-3",
  12. "price": 40.00,
  13. "currency": "EUR",
  14. "depends": [
  15. 'mail_base',
  16. ],
  17. "external_dependencies": {"python": [], "bin": []},
  18. "data": [
  19. 'templates.xml',
  20. ],
  21. "qweb": [
  22. 'static/src/xml/recipient.xml',
  23. ],
  24. "demo": [],
  25. "installable": True,
  26. "auto_install": False,
  27. }