Set all modules as uninstallable

This commit is contained in:
Alexis de Lattre
2016-10-11 15:32:30 +02:00
parent 790c55e607
commit b2bf902a78
2 changed files with 2 additions and 2 deletions

View File

@@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion
'data': [
'account_invoice_view.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'website': 'http://www.akretion.com',
'depends': ['stock_inventory_valuation', 'report_aeroo'],
'data': ['report.xml'],
'installable': True,
'installable': False,
}