Set all modules as uninstallable

This commit is contained in:
Alexis de Lattre
2016-10-11 15:32:30 +02:00
parent 746a6926ea
commit 56095375d1
66 changed files with 66 additions and 66 deletions

View File

@@ -37,5 +37,5 @@ This module has been written by Alexis de Lattre from Akretion
'website': 'http://www.akretion.com',
'depends': ['account_invoice_margin', 'bi_invoice_company_currency'],
'data': [],
'installable': True,
'installable': False,
}