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.

38 lines
931 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.1",
  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. "base",
  18. "mail_base"
  19. ],
  20. "external_dependencies": {"python": [], "bin": []},
  21. "data": [
  22. 'template.xml',
  23. 'full_composer_wizard.xml',
  24. ],
  25. "qweb": [
  26. 'static/src/xml/mail_private.xml',
  27. ],
  28. "demo": [],
  29. "post_load": None,
  30. "pre_init_hook": None,
  31. "post_init_hook": None,
  32. "auto_install": False,
  33. "installable": True,
  34. }