From e3e435f9a69830f12d6bfb6e6cf8a607f17d61d2 Mon Sep 17 00:00:00 2001 From: Joel Grand-Guillaume Date: Thu, 10 Jan 2013 16:09:55 +0100 Subject: [PATCH] [FIX] Remove the active key in the __openerp__.py --- account_statement_base_completion/__openerp__.py | 1 - account_statement_base_import/__openerp__.py | 1 - account_statement_completion_voucher/__openerp__.py | 1 - account_statement_ext_voucher/__openerp__.py | 2 +- account_statement_transactionid_completion/__openerp__.py | 1 - account_statement_transactionid_import/__openerp__.py | 1 - base_transaction_id/__openerp__.py | 1 - 7 files changed, 1 insertion(+), 7 deletions(-) diff --git a/account_statement_base_completion/__openerp__.py b/account_statement_base_completion/__openerp__.py index 90035620..8ad49a9f 100644 --- a/account_statement_base_completion/__openerp__.py +++ b/account_statement_base_completion/__openerp__.py @@ -67,5 +67,4 @@ 'images': [], 'auto_install': False, 'license': 'AGPL-3', - 'active': False, } diff --git a/account_statement_base_import/__openerp__.py b/account_statement_base_import/__openerp__.py index 79b77875..9185ee09 100644 --- a/account_statement_base_import/__openerp__.py +++ b/account_statement_base_import/__openerp__.py @@ -67,5 +67,4 @@ 'images': [], 'auto_install': False, 'license': 'AGPL-3', - 'active': False, } diff --git a/account_statement_completion_voucher/__openerp__.py b/account_statement_completion_voucher/__openerp__.py index 1e0eaeab..b8337a80 100644 --- a/account_statement_completion_voucher/__openerp__.py +++ b/account_statement_completion_voucher/__openerp__.py @@ -43,5 +43,4 @@ 'images': [], 'auto_install': False, 'license': 'AGPL-3', - 'active': False, } diff --git a/account_statement_ext_voucher/__openerp__.py b/account_statement_ext_voucher/__openerp__.py index cf6202f9..059e4163 100644 --- a/account_statement_ext_voucher/__openerp__.py +++ b/account_statement_ext_voucher/__openerp__.py @@ -44,5 +44,5 @@ 'images': [], 'auto_install': True, 'license': 'AGPL-3', - 'active': False, + } diff --git a/account_statement_transactionid_completion/__openerp__.py b/account_statement_transactionid_completion/__openerp__.py index 3b63bfd4..d8c20ea3 100644 --- a/account_statement_transactionid_completion/__openerp__.py +++ b/account_statement_transactionid_completion/__openerp__.py @@ -53,5 +53,4 @@ 'images': [], 'auto_install': True, 'license': 'AGPL-3', - 'active': False, } diff --git a/account_statement_transactionid_import/__openerp__.py b/account_statement_transactionid_import/__openerp__.py index 3604ab62..d8061a00 100644 --- a/account_statement_transactionid_import/__openerp__.py +++ b/account_statement_transactionid_import/__openerp__.py @@ -57,5 +57,4 @@ 'images': [], 'auto_install': False, 'license': 'AGPL-3', - 'active': False, } diff --git a/base_transaction_id/__openerp__.py b/base_transaction_id/__openerp__.py index 4f6a8ff3..9d1c1f5a 100644 --- a/base_transaction_id/__openerp__.py +++ b/base_transaction_id/__openerp__.py @@ -54,5 +54,4 @@ 'images': [], 'auto_install': False, 'license': 'AGPL-3', - 'active': False, }