From b95fab9b4ce245218eb08a3df8a66ed84b5d7bba Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:52:55 +0200 Subject: [PATCH] Make modules uninstallable --- account_move_template/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index 715b63a09..0a38bcd69 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -37,5 +37,5 @@ 'test/generate_move.yml', ], 'active': False, - 'installable': True, + 'installable': False, }