From 9b1309178844d3eda88de3f086d518c41a3d49b8 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:08:19 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- attachment_base_synchronize/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_base_synchronize/__openerp__.py b/attachment_base_synchronize/__openerp__.py index cdc33023c..40f3f390e 100644 --- a/attachment_base_synchronize/__openerp__.py +++ b/attachment_base_synchronize/__openerp__.py @@ -21,7 +21,7 @@ 'demo': [ 'demo/attachment_metadata_demo.xml' ], - 'installable': True, + 'installable': False, 'application': False, 'images': [], }