Make modules uninstallable

This commit is contained in:
Florian da Costa
2017-07-21 14:37:51 +02:00
committed by Yannick Vaucher
parent 96680c893f
commit 8fbac5c221

View File

@@ -30,5 +30,5 @@ This module adds a button *Update Invoice* on Customer and Supplier invoices in
'wizard/account_invoice_update_view.xml',
'views/account_invoice.xml',
],
'installable': True,
'installable': False,
}