Make modules uninstallable

This commit is contained in:
Florian da Costa
2017-07-21 14:37:51 +02:00
committed by Iryna Vushnevska
parent e4d4bcd7ca
commit 140f2d54ee

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,
}