From 553d8da26818801c60f4f7148844b2dc920fb881 Mon Sep 17 00:00:00 2001 From: "Adrien Peiffer (ACSONE)" Date: Thu, 12 Mar 2015 09:00:48 +0100 Subject: [PATCH] [PORT][account_move_batch_validate] Set installable True --- account_move_batch_validate/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_batch_validate/__openerp__.py b/account_move_batch_validate/__openerp__.py index 88b191ee9..f565af162 100644 --- a/account_move_batch_validate/__openerp__.py +++ b/account_move_batch_validate/__openerp__.py @@ -75,7 +75,7 @@ 'test/batch_validate_then_unmark.yml', 'test/batch_validate_then_delete_move.yml', ], - 'installable': False, + 'installable': True, 'images': [], 'license': 'AGPL-3', }