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.

33 lines
1.4 KiB

8 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 x620 <https://github.com/x620>
  3. # Copyright 2016 Ilmir Karamov <https://it-projects.info/team/ilmir-k>
  4. # Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  5. # Copyright 2017 Artyom Losev <https://github.com/ArtyomLosev>
  6. # Copyright 2018 Ruslan Ronzhin <https://it-projects.info/team/rusllan/>
  7. # Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
  8. # Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
  9. # License MIT (https://opensource.org/licenses/MIT).
  10. {
  11. "name": """Internal Messaging""",
  12. "summary": """Send private messages to specified recipients, regardless of who are in followers list.""",
  13. "category": "Discuss",
  14. "images": ["images/mail_private_image.png"],
  15. "version": "10.0.1.1.0",
  16. "application": False,
  17. "author": "IT-Projects LLC, Pavel Romanchenko",
  18. "support": "apps@itpp.dev",
  19. "website": "https://it-projects.info",
  20. "license": "GPL-3",
  21. "price": 50.00,
  22. "currency": "EUR",
  23. "depends": ["mail", "base", "mail_base"],
  24. "external_dependencies": {"python": [], "bin": []},
  25. "data": ["template.xml", "full_composer_wizard.xml"],
  26. "qweb": ["static/src/xml/mail_private.xml"],
  27. "demo": [],
  28. "post_load": None,
  29. "pre_init_hook": None,
  30. "post_init_hook": None,
  31. "auto_install": False,
  32. "installable": True,
  33. }