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.

19 lines
673 B

  1. {
  2. "name": "Galicea Environment Check-up",
  3. "summary": """
  4. Programmatically validate environment, including internal and external
  5. dependencies""",
  6. "author": "Maciej Wawro",
  7. "maintainer": "Galicea",
  8. "website": "http://galicea.pl",
  9. "category": "Technical Settings",
  10. "version": "13.0.1.0",
  11. "depends": ["web", "galicea_base",],
  12. "data": ["views/data.xml", "views/views.xml", "views/environment_checks.xml"],
  13. "qweb": ["static/src/xml/templates.xml"],
  14. "images": [
  15. "static/description/images/custom_screenshot.png",
  16. "static/description/images/dependencies_screenshot.png",
  17. ],
  18. "installable": True,
  19. }