Make modules uninstallable

This commit is contained in:
Florian da Costa
2017-07-21 14:37:51 +02:00
parent 817fadd167
commit 25de048402
103 changed files with 103 additions and 90 deletions

View File

@@ -39,6 +39,6 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
'website': 'http://www.akretion.com',
'depends': ['stock'],
'data': ['stock_view.xml'],
'installable': True,
'installable': False,
'active': False,
}