BSRD-286: Set the addons to uninstallable

This commit is contained in:
Tonow-c2c
2019-10-07 12:16:06 +02:00
parent 9655641f22
commit cbff157fdd
13 changed files with 13 additions and 13 deletions
@@ -11,6 +11,6 @@
'depends': ['base'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,
'installable': False,
'auto_install': True,
}