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.

28 lines
925 B

  1. # Copyright 2020 Denis Mudarisov <https://github.com/trojikman>
  2. # License MIT (https://opensource.org/licenses/MIT).
  3. {
  4. "name": "Show all messages",
  5. "summary": """Checkout all messages where you have access""",
  6. "category": "Discuss",
  7. # "live_test_url": "",
  8. "images": ["images/1.jpg"],
  9. "version": "11.0.1.0.1",
  10. "application": False,
  11. "author": "IT-Projects LLC, Pavel Romanchenko",
  12. "support": "apps@itpp.dev",
  13. "website": "https://twitter.com/OdooFree",
  14. "license": "Other OSI approved licence", # MIT
  15. "price": 40.00,
  16. "currency": "EUR",
  17. "depends": ["mail_base"],
  18. "external_dependencies": {"python": [], "bin": []},
  19. "data": ["views/templates.xml"],
  20. "qweb": ["static/src/xml/menu.xml"],
  21. "demo": [],
  22. "post_load": None,
  23. "pre_init_hook": None,
  24. "post_init_hook": None,
  25. "uninstall_hook": None,
  26. "installable": True,
  27. "auto_install": False,
  28. }