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.

32 lines
732 B

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