Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:03:12 +02:00
committed by Atte Isopuro
parent 6136d1902a
commit fce1752f8c

View File

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