Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:03:12 +02:00
committed by Carlos Roca
parent 3b13c72d00
commit 51ce0e751c

View File

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