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.

37 lines
908 B

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