From 28c16e877918b50fd2edc3f2f2aebea7850b4d6a Mon Sep 17 00:00:00 2001 From: Joel Grand-Guillaume Date: Tue, 18 Dec 2012 22:09:08 +0100 Subject: [PATCH] [MIGR] Update __openerp__.py to disable account_statement_completion_voucher module. --- account_statement_completion_voucher/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_statement_completion_voucher/__openerp__.py b/account_statement_completion_voucher/__openerp__.py index d01c2037..c6b8538c 100644 --- a/account_statement_completion_voucher/__openerp__.py +++ b/account_statement_completion_voucher/__openerp__.py @@ -36,9 +36,9 @@ ], 'demo_xml': [], 'test': [], - 'installable': True, + 'installable': False, 'images': [], - 'auto_install': True, + 'auto_install': False, 'license': 'AGPL-3', 'active': False, }