From a001d1d210e31bd3fdc0136e24869e9ea81de65b 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, }