From 0cd60abbf3a5118955f2586feabbc8897500c626 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:03:12 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_banking_mandate/__openerp__.py | 2 +- account_banking_pain_base/__openerp__.py | 2 +- account_banking_payment_export/__openerp__.py | 2 +- account_banking_payment_transfer/__openerp__.py | 2 +- account_banking_sepa_credit_transfer/__openerp__.py | 2 +- account_banking_sepa_direct_debit/__openerp__.py | 2 +- account_banking_tests/__openerp__.py | 2 +- account_direct_debit/__openerp__.py | 2 +- account_import_line_multicurrency_extension/__openerp__.py | 2 +- account_payment_blocking/__openerp__.py | 2 +- account_payment_include_draft_move/__openerp__.py | 2 +- account_payment_mode_term/__openerp__.py | 2 +- account_payment_partner/__openerp__.py | 2 +- account_payment_purchase/__openerp__.py | 2 +- account_payment_sale/__openerp__.py | 2 +- account_payment_sale_stock/__openerp__.py | 2 +- account_voucher_killer/__openerp__.py | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/account_banking_mandate/__openerp__.py b/account_banking_mandate/__openerp__.py index 0309a15d2..f07a86d4f 100644 --- a/account_banking_mandate/__openerp__.py +++ b/account_banking_mandate/__openerp__.py @@ -48,5 +48,5 @@ ], 'demo': [], 'test': ['test/banking_mandate.yml'], - 'installable': True, + 'installable': False, } diff --git a/account_banking_pain_base/__openerp__.py b/account_banking_pain_base/__openerp__.py index 191ffb3cd..8250fa55b 100644 --- a/account_banking_pain_base/__openerp__.py +++ b/account_banking_pain_base/__openerp__.py @@ -41,5 +41,5 @@ 'views/res_company_view.xml', ], 'post_init_hook': 'set_default_initiating_party', - 'installable': True, + 'installable': False, } diff --git a/account_banking_payment_export/__openerp__.py b/account_banking_payment_export/__openerp__.py index 38c702b35..45fe57b5a 100644 --- a/account_banking_payment_export/__openerp__.py +++ b/account_banking_payment_export/__openerp__.py @@ -48,5 +48,5 @@ 'security/ir.model.access.csv', ], 'demo': ['demo/banking_demo.xml'], - 'installable': True, + 'installable': False, } diff --git a/account_banking_payment_transfer/__openerp__.py b/account_banking_payment_transfer/__openerp__.py index e5212f535..dcc22b189 100644 --- a/account_banking_payment_transfer/__openerp__.py +++ b/account_banking_payment_transfer/__openerp__.py @@ -49,5 +49,5 @@ ], 'auto_install': False, - 'installable': True, + 'installable': False, } diff --git a/account_banking_sepa_credit_transfer/__openerp__.py b/account_banking_sepa_credit_transfer/__openerp__.py index 5de6cf160..a09390876 100644 --- a/account_banking_sepa_credit_transfer/__openerp__.py +++ b/account_banking_sepa_credit_transfer/__openerp__.py @@ -37,5 +37,5 @@ 'demo': [ 'demo/sepa_credit_transfer_demo.xml' ], - 'installable': True, + 'installable': False, } diff --git a/account_banking_sepa_direct_debit/__openerp__.py b/account_banking_sepa_direct_debit/__openerp__.py index 92eea9370..67df556e0 100644 --- a/account_banking_sepa_direct_debit/__openerp__.py +++ b/account_banking_sepa_direct_debit/__openerp__.py @@ -43,5 +43,5 @@ 'security/original_mandate_required_security.xml', ], 'demo': ['demo/sepa_direct_debit_demo.xml'], - 'installable': True, + 'installable': False, } diff --git a/account_banking_tests/__openerp__.py b/account_banking_tests/__openerp__.py index 2bee37ed9..32de5a5ee 100644 --- a/account_banking_tests/__openerp__.py +++ b/account_banking_tests/__openerp__.py @@ -37,5 +37,5 @@ dependencies installed, so that you can run the tests. If you only run the tests manually, you don't even have to install this module, only its dependencies. ''', - 'installable': True, + 'installable': False, } diff --git a/account_direct_debit/__openerp__.py b/account_direct_debit/__openerp__.py index 790dd0896..f5410b048 100644 --- a/account_direct_debit/__openerp__.py +++ b/account_direct_debit/__openerp__.py @@ -37,5 +37,5 @@ 'data/account_payment_term.xml', 'data/payment_mode_type.xml' ], - 'installable': True, + 'installable': False, } diff --git a/account_import_line_multicurrency_extension/__openerp__.py b/account_import_line_multicurrency_extension/__openerp__.py index 9632d0ba3..0dfea3df9 100644 --- a/account_import_line_multicurrency_extension/__openerp__.py +++ b/account_import_line_multicurrency_extension/__openerp__.py @@ -30,6 +30,6 @@ 'view/bank_statement_view.xml', ], 'tests': [], - 'installable': True, + 'installable': False, 'license': 'AGPL-3', } diff --git a/account_payment_blocking/__openerp__.py b/account_payment_blocking/__openerp__.py index 14fcf7a9b..168730efe 100644 --- a/account_payment_blocking/__openerp__.py +++ b/account_payment_blocking/__openerp__.py @@ -36,7 +36,7 @@ 'data': [ 'view/account_invoice_view.xml' ], - 'installable': True, + 'installable': False, 'application': False, 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_payment_include_draft_move/__openerp__.py b/account_payment_include_draft_move/__openerp__.py index 1dad11ee3..c6aa38216 100644 --- a/account_payment_include_draft_move/__openerp__.py +++ b/account_payment_include_draft_move/__openerp__.py @@ -32,6 +32,6 @@ "demo": [], "test": [], "licence": "AGPL-3", - "installable": True, + 'installable': False, "active": False, } diff --git a/account_payment_mode_term/__openerp__.py b/account_payment_mode_term/__openerp__.py index e961bef97..d75f5c555 100644 --- a/account_payment_mode_term/__openerp__.py +++ b/account_payment_mode_term/__openerp__.py @@ -38,5 +38,5 @@ 'views/payment_mode.xml', ], 'auto_install': False, - 'installable': True, + 'installable': False, } diff --git a/account_payment_partner/__openerp__.py b/account_payment_partner/__openerp__.py index ef8b028ce..a22c1b479 100644 --- a/account_payment_partner/__openerp__.py +++ b/account_payment_partner/__openerp__.py @@ -39,5 +39,5 @@ 'security/ir.model.access.csv', ], 'demo': ['demo/partner_demo.xml'], - 'installable': True, + 'installable': False, } diff --git a/account_payment_purchase/__openerp__.py b/account_payment_purchase/__openerp__.py index 4aab2dceb..24cfb7cd3 100644 --- a/account_payment_purchase/__openerp__.py +++ b/account_payment_purchase/__openerp__.py @@ -38,6 +38,6 @@ 'data': [ 'views/purchase_order_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/account_payment_sale/__openerp__.py b/account_payment_sale/__openerp__.py index 99f2f3e90..7ca0364c2 100644 --- a/account_payment_sale/__openerp__.py +++ b/account_payment_sale/__openerp__.py @@ -38,6 +38,6 @@ 'data': [ 'views/sale_order_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/account_payment_sale_stock/__openerp__.py b/account_payment_sale_stock/__openerp__.py index 7ac42c151..314a9938f 100644 --- a/account_payment_sale_stock/__openerp__.py +++ b/account_payment_sale_stock/__openerp__.py @@ -34,5 +34,5 @@ 'account_payment_sale'], 'conflicts': ['account_payment_extension'], 'auto_install': True, - 'installable': True, + 'installable': False, } diff --git a/account_voucher_killer/__openerp__.py b/account_voucher_killer/__openerp__.py index 0d8b5e27a..5a7e08d65 100644 --- a/account_voucher_killer/__openerp__.py +++ b/account_voucher_killer/__openerp__.py @@ -29,6 +29,6 @@ 'data': ['invoice_data.xml', 'invoice_view.xml'], 'test': [], - 'installable': True, + 'installable': False, 'active': False, }