From 9df1f58c862a93d4dcdf9bb0cd7e5789c88aea2c Mon Sep 17 00:00:00 2001 From: Cyril Gaudin Date: Mon, 21 Mar 2016 13:33:34 +0100 Subject: [PATCH] [MOV] stock_quant_manual_assign: make module uninstallable --- stock_quant_manual_assign/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_quant_manual_assign/__openerp__.py b/stock_quant_manual_assign/__openerp__.py index e18784afc..01fd0ca19 100644 --- a/stock_quant_manual_assign/__openerp__.py +++ b/stock_quant_manual_assign/__openerp__.py @@ -25,5 +25,5 @@ "wizard/assign_manual_quants_view.xml", "views/stock_move_view.xml", ], - "installable": True, + "installable": False, }