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.

35 lines
839 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. "website": "https://it-projects.info",
  11. "license": "GPL-3",
  12. "price": 50.00,
  13. "currency": "EUR",
  14. "depends": [
  15. "mail",
  16. ],
  17. "external_dependencies": {"python": [], "bin": []},
  18. "data": [
  19. 'template.xml',
  20. 'view.xml',
  21. ],
  22. "qweb": [
  23. 'static/src/xml/mail_private.xml',
  24. ],
  25. "demo": [],
  26. "post_load": None,
  27. "pre_init_hook": None,
  28. "post_init_hook": None,
  29. "auto_install": False,
  30. "installable": True,
  31. }