Set addons installable

This commit is contained in:
Guewen Baconnier
2017-11-15 14:56:45 +01:00
parent f9c290a45a
commit b084ce278a
11 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
{'name': 'Monitoring: Statsd Metrics',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp',
'license': 'AGPL-3',
'category': 'category',
@@ -17,5 +17,5 @@
'external_dependencies': {
'python': ['statsd'],
},
'installable': False,
'installable': True,
}