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.

36 lines
880 B

8 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": """Internal Messaging""",
  4. "summary": """Send private messages to specified recipients, regardless of who are in followers list.""",
  5. "category": "Discuss",
  6. "images": ['images/mail_private_image.png'],
  7. "version": "1.0.0",
  8. "application": False,
  9. "author": "IT-Projects LLC, Pavel Romanchenko",
  10. "support": "apps@it-projects.info",
  11. "website": "https://it-projects.info",
  12. "license": "GPL-3",
  13. "price": 50.00,
  14. "currency": "EUR",
  15. "depends": [
  16. "mail",
  17. ],
  18. "external_dependencies": {"python": [], "bin": []},
  19. "data": [
  20. 'template.xml',
  21. 'view.xml',
  22. ],
  23. "qweb": [
  24. 'static/src/xml/mail_private.xml',
  25. ],
  26. "demo": [],
  27. "post_load": None,
  28. "pre_init_hook": None,
  29. "post_init_hook": None,
  30. "auto_install": False,
  31. "installable": False,
  32. }