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.

26 lines
1006 B

  1. # Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
  2. # Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
  3. # License MIT (https://opensource.org/licenses/MIT).
  4. {
  5. "name": """Internal Messaging""",
  6. "summary": """Send private messages to specified recipients, regardless of who are in followers list.""",
  7. "category": "Discuss",
  8. "images": [],
  9. "version": "13.0.1.1.0",
  10. "application": False,
  11. "author": "IT-Projects LLC, Pavel Romanchenko",
  12. "support": "help@itpp.dev",
  13. "website": "https://twitter.com/OdooFree",
  14. "license": "Other OSI approved licence", # MIT
  15. "depends": ["mail"],
  16. "external_dependencies": {"python": [], "bin": []},
  17. "data": ["template.xml", "full_composer_wizard.xml"],
  18. "demo": [],
  19. "qweb": ["static/src/xml/mail_private.xml"],
  20. "post_load": None,
  21. "pre_init_hook": None,
  22. "post_init_hook": None,
  23. "uninstall_hook": None,
  24. "auto_install": False,
  25. "installable": True,
  26. }