From 116063c7bcb45fe60c7b74f8fa405d9f1bb09de8 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Tue, 26 Feb 2013 22:06:36 +0100 Subject: [PATCH] [MIG] Setting all modules to uninstallable --- account_banking/__openerp__.py | 2 +- account_banking_nl_abnamro/__openerp__.py | 2 +- account_banking_nl_ing/__openerp__.py | 2 +- account_banking_nl_triodos/__openerp__.py | 2 +- account_banking_uk_hsbc/__openerp__.py | 2 +- account_direct_debit/__openerp__.py | 2 +- account_iban_preserve_domestic/__openerp__.py | 2 +- account_payment_shortcut/__openerp__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/account_banking/__openerp__.py b/account_banking/__openerp__.py index 1d6bbf68c..552803eb6 100644 --- a/account_banking/__openerp__.py +++ b/account_banking/__openerp__.py @@ -107,5 +107,5 @@ recognized and made available at server (re)start. ''', 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_banking_nl_abnamro/__openerp__.py b/account_banking_nl_abnamro/__openerp__.py index bb028e645..2f8b8b34b 100644 --- a/account_banking_nl_abnamro/__openerp__.py +++ b/account_banking_nl_abnamro/__openerp__.py @@ -49,5 +49,5 @@ Imported bank transfers are organized in statements covering periods of one week even if the imported files cover a different period. ''', 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_banking_nl_ing/__openerp__.py b/account_banking_nl_ing/__openerp__.py index 11108f8f3..d055ee2e2 100644 --- a/account_banking_nl_ing/__openerp__.py +++ b/account_banking_nl_ing/__openerp__.py @@ -58,5 +58,5 @@ of one week, even if the imported files cover a different period. This modules contains no logic, just an import filter for account_banking. ''', 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_banking_nl_triodos/__openerp__.py b/account_banking_nl_triodos/__openerp__.py index 0d1b37218..312b928c0 100644 --- a/account_banking_nl_triodos/__openerp__.py +++ b/account_banking_nl_triodos/__openerp__.py @@ -54,5 +54,5 @@ of one week, even if the imported files cover a different period. This modules contains no logic, just an import filter for account_banking. ''', 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_banking_uk_hsbc/__openerp__.py b/account_banking_uk_hsbc/__openerp__.py index d0a953689..517e1bf5e 100644 --- a/account_banking_uk_hsbc/__openerp__.py +++ b/account_banking_uk_hsbc/__openerp__.py @@ -48,5 +48,5 @@ Initial release of this module was co-sponsored by Canonical. ''', 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_direct_debit/__openerp__.py b/account_direct_debit/__openerp__.py index e6d93a6f8..fc51c9887 100644 --- a/account_direct_debit/__openerp__.py +++ b/account_direct_debit/__openerp__.py @@ -58,5 +58,5 @@ banking institutions. The banking addons are a continuation of Account Banking Framework by Edusense BV. See https://launchpad.net/banking-addons. ''', 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_iban_preserve_domestic/__openerp__.py b/account_iban_preserve_domestic/__openerp__.py index 044e9a468..90b954ad5 100644 --- a/account_iban_preserve_domestic/__openerp__.py +++ b/account_iban_preserve_domestic/__openerp__.py @@ -57,5 +57,5 @@ your system, unless you installed the 6.0 version of this module prior to the upgrade to OpenERP 6.1. ''', 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_payment_shortcut/__openerp__.py b/account_payment_shortcut/__openerp__.py index 26cc256e1..4fca5a50e 100644 --- a/account_payment_shortcut/__openerp__.py +++ b/account_payment_shortcut/__openerp__.py @@ -40,5 +40,5 @@ When composing a payment order, select all candidates by default (in the second step of the "Select invoices to pay" wizard). ''', 'active': False, - 'installable': True, + 'installable': False, }