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,12 +4,12 @@
{'name': 'Monitoring: Status',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'category',
'depends': ['base', 'web'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}