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.

31 lines
1.3 KiB

  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": "Other OSI approved licence", # MIT
  21. "depends": ["mail", "base", "mail_base"],
  22. "external_dependencies": {"python": [], "bin": []},
  23. "data": ["template.xml", "full_composer_wizard.xml"],
  24. "qweb": ["static/src/xml/mail_private.xml"],
  25. "demo": [],
  26. "post_load": None,
  27. "pre_init_hook": None,
  28. "post_init_hook": None,
  29. "auto_install": False,
  30. "installable": True,
  31. }