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.

48 lines
1.1 KiB

5 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Galicea Git hosting",
  4. 'summary': """Git repository hosting and per-user access checking""",
  5. 'author': "Maciej Wawro",
  6. 'maintainer': "Galicea",
  7. 'website': "http://galicea.pl",
  8. 'category': 'Technical Settings',
  9. 'version': '12.0.0.2',
  10. 'depends': ['web', 'galicea_environment_checkup','galicea_base'],
  11. 'external_dependencies': {
  12. 'bin': ['git']
  13. },
  14. 'data': [
  15. 'security/security.xml',
  16. 'security/ir.model.access.csv',
  17. 'data/config.xml',
  18. 'views/views.xml',
  19. ],
  20. 'images': [
  21. 'static/description/images/create_screenshot.png',
  22. 'static/description/images/config_screenshot.png',
  23. 'static/description/images/console_screenshot.png',
  24. ],
  25. 'application': True,
  26. 'installable': True,
  27. 'environment_checkup': {
  28. 'dependencies': {
  29. 'external': [
  30. {
  31. 'name': 'git',
  32. 'version': '>=2.1.4',
  33. 'install': "apt install git"
  34. }
  35. ]
  36. }
  37. }
  38. }