From bb905acb161ece25c4b40b24130477d50e853c92 Mon Sep 17 00:00:00 2001 From: Alex Comba Date: Fri, 21 Nov 2014 15:24:58 +0100 Subject: [PATCH] Set the module installable --- 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 207a6f609..631087eeb 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -36,5 +36,5 @@ 'test/generate_move.yml', ], 'active': False, - 'installable': False, + 'installable': True, }