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.

37 lines
852 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Show all messages",
  4. "summary": """Checkout all messages where you have access""",
  5. "category": "Discuss",
  6. # "live_test_url": "",
  7. "images": ['images/1.jpg'],
  8. "version": "1.0.0",
  9. "application": False,
  10. "author": "IT-Projects LLC, Pavel Romanchenko",
  11. "support": "apps@it-projects.info",
  12. "website": "https://it-projects.info",
  13. "license": "LGPL-3",
  14. 'price': 40.00,
  15. 'currency': 'EUR',
  16. "depends": [
  17. "mail_base"
  18. ],
  19. "external_dependencies": {"python": [], "bin": []},
  20. "data": [
  21. "views/templates.xml",
  22. ],
  23. "qweb": [
  24. "static/src/xml/menu.xml",
  25. ],
  26. "demo": [],
  27. "post_load": None,
  28. "pre_init_hook": None,
  29. "post_init_hook": None,
  30. "uninstall_hook": None,
  31. 'installable': True,
  32. "auto_install": False,
  33. }