[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:54:54 +02:00
committed by Carlos Roca
parent 2b78df41d7
commit 6b7e47b79a

View File

@@ -38,6 +38,6 @@
'test': ['test/sale_reserve.yml',
'test/sale_line_reserve.yml',
],
'installable': True,
'installable': False,
'auto_install': False,
}