From d110b85a8fe4bc4a6355bd5d38827d165d5687d3 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 4 Jan 2013 11:46:41 +0100 Subject: [PATCH] [MIGR] set account_reversal installable --- account_reversal/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_reversal/__openerp__.py b/account_reversal/__openerp__.py index f4be69075..e2ebd06c3 100644 --- a/account_reversal/__openerp__.py +++ b/account_reversal/__openerp__.py @@ -41,7 +41,7 @@ Module developped by Alexis de Lattre during the 'update_xml': ['account_view.xml', 'wizard/account_move_reverse_view.xml'], 'demo_xml': [], - 'installable': False, + 'installable': True, 'active': False, }