From 1491aec18d1393d274d850e61364dde9fc4dd5be Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:48:11 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_move_so_import/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_so_import/__openerp__.py b/account_move_so_import/__openerp__.py index 104f783d..50761554 100644 --- a/account_move_so_import/__openerp__.py +++ b/account_move_so_import/__openerp__.py @@ -15,7 +15,7 @@ ], 'test': [ 'test/completion_so_test.yml'], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3',