From 1ad1fad1b4575d6cec69f37c53b0cbc2f324107f Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Mon, 30 Jun 2014 11:12:36 +0200 Subject: [PATCH] Set all addons to 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 d1b47aab8..abf7d8bf2 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -43,5 +43,5 @@ The journal entry form allows lo load, through a wizard, the template to use and 'test/generate_move.yml', ], 'active': False, - 'installable': True, + 'installable': False, }