From 4edf01839710f5d9e61f957c17df85c62940d7a7 Mon Sep 17 00:00:00 2001 From: aheficent Date: Thu, 21 Dec 2017 15:42:42 +0100 Subject: [PATCH] set not ported modules to not installable --- rma_repair/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_repair/__openerp__.py b/rma_repair/__openerp__.py index 491b7bda..0a792d0a 100644 --- a/rma_repair/__openerp__.py +++ b/rma_repair/__openerp__.py @@ -18,6 +18,6 @@ "views/rma_order_line_view.xml", "data/mrp_repair_sequence.xml", ], - "installable": True, + "installable": False, "auto_install": True, }