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
@@ -5,13 +5,13 @@
{'name': 'Base Attachment Object Store',
'summary': 'Base module for the implementation of external object store.',
'version': '10.0.1.1.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Knowledge Management',
'depends': ['base'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
'auto_install': True,
}