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

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