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
629 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Show all messages",
  4. "summary": """Checkout all messages where you have access""",
  5. "category": "Discuss",
  6. "images": ['images/1.png'],
  7. "version": "1.0.0",
  8. "author": "IT-Projects LLC, Pavel Romanchenko",
  9. "website": "https://twitter.com/OdooFree",
  10. "license": "GPL-3",
  11. "depends": [
  12. "mail",
  13. ],
  14. "external_dependencies": {"python": [], "bin": []},
  15. "data": [
  16. "views/templates.xml",
  17. ],
  18. "demo": [],
  19. "post_load": None,
  20. "pre_init_hook": None,
  21. "post_init_hook": None,
  22. "installable": True,
  23. "auto_install": False,
  24. }