Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:03:12 +02:00
committed by Koen Loodts
parent 2ae33d63de
commit 7442bfa43d

View File

@@ -38,6 +38,6 @@
'data': [
'views/purchase_order_view.xml',
],
'installable': True,
'installable': False,
'auto_install': True,
}