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
48 lines
1.1 KiB
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Galicea Git hosting",
|
|
|
|
'summary': """Git repository hosting and per-user access checking""",
|
|
|
|
'author': "Maciej Wawro",
|
|
'maintainer': "Galicea",
|
|
'website': "http://galicea.pl",
|
|
|
|
'category': 'Technical Settings',
|
|
'version': '12.0.0.2',
|
|
|
|
'depends': ['web', 'galicea_environment_checkup','galicea_base'],
|
|
|
|
'external_dependencies': {
|
|
'bin': ['git']
|
|
},
|
|
|
|
'data': [
|
|
'security/security.xml',
|
|
'security/ir.model.access.csv',
|
|
|
|
'data/config.xml',
|
|
'views/views.xml',
|
|
],
|
|
|
|
'images': [
|
|
'static/description/images/create_screenshot.png',
|
|
'static/description/images/config_screenshot.png',
|
|
'static/description/images/console_screenshot.png',
|
|
],
|
|
|
|
'application': True,
|
|
'installable': True,
|
|
|
|
'environment_checkup': {
|
|
'dependencies': {
|
|
'external': [
|
|
{
|
|
'name': 'git',
|
|
'version': '>=2.1.4',
|
|
'install': "apt install git"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|