From ccf128622f554a146fc9e373516049640995e74c Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Mon, 30 Jun 2014 11:12:36 +0200 Subject: [PATCH] Set all addons to uninstallable --- account_cancel_invoice_check_payment_order/__openerp__.py | 2 +- account_cancel_invoice_check_voucher/__openerp__.py | 2 +- account_chart_update/__openerp__.py | 2 +- account_compute_tax_amount/__openerp__.py | 2 +- account_constraints/__openerp__.py | 2 +- account_credit_control/__openerp__.py | 2 +- account_credit_control_dunning_fees/__openerp__.py | 2 +- account_default_draft_move/__openerp__.py | 2 +- account_fiscal_position_vat_check/__openerp__.py | 2 +- account_invoice_currency/__openerp__.py | 2 +- account_journal_always_check_date/__openerp__.py | 2 +- account_move_batch_validate/__openerp__.py | 2 +- account_move_line_search_extension/__openerp__.py | 2 +- account_move_template/__openerp__.py | 2 +- account_move_validation_improvement/__openerp__.py | 2 +- account_partner_required/__openerp__.py | 2 +- account_renumber/__openerp__.py | 2 +- account_reversal/__openerp__.py | 2 +- account_tax_analysis/__openerp__.py | 2 +- async_move_line_importer/__openerp__.py | 2 +- currency_rate_date_check/__openerp__.py | 2 +- currency_rate_update/__openerp__.py | 2 +- l10n_fr_siret/__openerp__.py | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/account_cancel_invoice_check_payment_order/__openerp__.py b/account_cancel_invoice_check_payment_order/__openerp__.py index a0a2b6efe57..af7ea0d8a89 100644 --- a/account_cancel_invoice_check_payment_order/__openerp__.py +++ b/account_cancel_invoice_check_payment_order/__openerp__.py @@ -31,7 +31,7 @@ """, 'website': 'http://www.camptocamp.com', 'data' : [], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_cancel_invoice_check_voucher/__openerp__.py b/account_cancel_invoice_check_voucher/__openerp__.py index 75329fbaf04..095edaec7dd 100644 --- a/account_cancel_invoice_check_voucher/__openerp__.py +++ b/account_cancel_invoice_check_voucher/__openerp__.py @@ -30,7 +30,7 @@ """, 'website': 'http://www.camptocamp.com', 'date' : [], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_chart_update/__openerp__.py b/account_chart_update/__openerp__.py index 1c875cfa635..e7948d978d9 100644 --- a/account_chart_update/__openerp__.py +++ b/account_chart_update/__openerp__.py @@ -72,5 +72,5 @@ 'wizard/wizard_chart_update_view.xml', ], "active": False, - "installable": True + 'installable': False } diff --git a/account_compute_tax_amount/__openerp__.py b/account_compute_tax_amount/__openerp__.py index a1344d71d25..f0fec23e80d 100644 --- a/account_compute_tax_amount/__openerp__.py +++ b/account_compute_tax_amount/__openerp__.py @@ -27,7 +27,7 @@ "description": """Recompute tax_amount to avoid sign problem""", 'website': 'http://www.camptocamp.com', 'data' : [], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_constraints/__openerp__.py b/account_constraints/__openerp__.py index 60ef18bd141..99c69138f00 100644 --- a/account_constraints/__openerp__.py +++ b/account_constraints/__openerp__.py @@ -64,5 +64,5 @@ 'data': [ 'view/account_journal.xml', ], - 'installable': True, + 'installable': False, } diff --git a/account_credit_control/__openerp__.py b/account_credit_control/__openerp__.py index 0f8871bf0da..8b7f7a32864 100644 --- a/account_credit_control/__openerp__.py +++ b/account_credit_control/__openerp__.py @@ -73,7 +73,7 @@ "security/ir.model.access.csv"], 'demo_xml': ["credit_control_demo.xml"], 'tests': [], - 'installable': True, + 'installable': False, 'license': 'AGPL-3', 'application': True } diff --git a/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py index d219bb7ce2c..687f6543f30 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -64,7 +64,7 @@ 'report/report.xml'], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False, diff --git a/account_default_draft_move/__openerp__.py b/account_default_draft_move/__openerp__.py index 572f36aee8e..d4c152c7f31 100644 --- a/account_default_draft_move/__openerp__.py +++ b/account_default_draft_move/__openerp__.py @@ -50,7 +50,7 @@ 'website': 'http://www.camptocamp.com', 'data' : ['account_view.xml', 'invoice_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_fiscal_position_vat_check/__openerp__.py b/account_fiscal_position_vat_check/__openerp__.py index 922468e80bf..dd0506f5b5d 100644 --- a/account_fiscal_position_vat_check/__openerp__.py +++ b/account_fiscal_position_vat_check/__openerp__.py @@ -50,7 +50,7 @@ 'images/fiscal_position_form.jpg', 'images/vat_check_invoice_validation.jpg', ], - 'installable': True, + 'installable': False, 'active': False, 'application': True, } diff --git a/account_invoice_currency/__openerp__.py b/account_invoice_currency/__openerp__.py index 2ea0bbf62ea..cf20b28021c 100644 --- a/account_invoice_currency/__openerp__.py +++ b/account_invoice_currency/__openerp__.py @@ -40,7 +40,7 @@ 'data': [ "account_invoice_view.xml" ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_journal_always_check_date/__openerp__.py b/account_journal_always_check_date/__openerp__.py index d5adba1e12c..3c77a2ad296 100644 --- a/account_journal_always_check_date/__openerp__.py +++ b/account_journal_always_check_date/__openerp__.py @@ -48,6 +48,6 @@ 'depends': ['account'], 'data': [], 'images': ['images/always_check_date_constraint.jpg'], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_move_batch_validate/__openerp__.py b/account_move_batch_validate/__openerp__.py index a3e1db130e8..14c18ad645d 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': True, + 'installable': False, 'images': [], 'license': 'AGPL-3', } diff --git a/account_move_line_search_extension/__openerp__.py b/account_move_line_search_extension/__openerp__.py index bf17872e298..de322bdebf1 100644 --- a/account_move_line_search_extension/__openerp__.py +++ b/account_move_line_search_extension/__openerp__.py @@ -49,6 +49,6 @@ 'css':[ 'static/src/css/account_move_line_search_extension.css', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index d1b47aab83a..abf7d8bf205 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -43,5 +43,5 @@ 'test/generate_move.yml', ], 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_move_validation_improvement/__openerp__.py b/account_move_validation_improvement/__openerp__.py index 6ec36a5e6be..95bc78759a3 100644 --- a/account_move_validation_improvement/__openerp__.py +++ b/account_move_validation_improvement/__openerp__.py @@ -29,7 +29,7 @@ """, 'website': 'http://www.camptocamp.com', 'data' : ['wizard/account_validate_move_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_partner_required/__openerp__.py b/account_partner_required/__openerp__.py index 961c36f39ae..2a686d90a2d 100644 --- a/account_partner_required/__openerp__.py +++ b/account_partner_required/__openerp__.py @@ -42,5 +42,5 @@ 'website': 'http://acsone.eu/', 'depends': ['account'], 'data': ['account_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/account_renumber/__openerp__.py b/account_renumber/__openerp__.py index fa97670a4c6..d4318ca2a8e 100644 --- a/account_renumber/__openerp__.py +++ b/account_renumber/__openerp__.py @@ -52,5 +52,5 @@ 'wizard/wizard_renumber_view.xml', ], "active": False, - "installable": True + 'installable': False } diff --git a/account_reversal/__openerp__.py b/account_reversal/__openerp__.py index 30c07de7876..8736a1ec202 100644 --- a/account_reversal/__openerp__.py +++ b/account_reversal/__openerp__.py @@ -49,6 +49,6 @@ 'account_view.xml', 'wizard/account_move_reverse_view.xml' ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_tax_analysis/__openerp__.py b/account_tax_analysis/__openerp__.py index 1071ba282cf..5dfea9c037b 100644 --- a/account_tax_analysis/__openerp__.py +++ b/account_tax_analysis/__openerp__.py @@ -36,7 +36,7 @@ the OpenERP tax report and what you see in your books.""", "website": "http://www.camptocamp.com", "data": ["account_tax_analysis_view.xml"], - "installable": True, + 'installable': False, "active": False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/async_move_line_importer/__openerp__.py b/async_move_line_importer/__openerp__.py index 097191d9a2a..b392253a48b 100644 --- a/async_move_line_importer/__openerp__.py +++ b/async_move_line_importer/__openerp__.py @@ -57,7 +57,7 @@ 'security/multi_company.xml'], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False, diff --git a/currency_rate_date_check/__openerp__.py b/currency_rate_date_check/__openerp__.py index 523eb1b855c..c1ad99700b1 100644 --- a/currency_rate_date_check/__openerp__.py +++ b/currency_rate_date_check/__openerp__.py @@ -43,6 +43,6 @@ 'images/date_check_error_popup.jpg', 'images/date_check_company_config.jpg', ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index 3fb6db66663..921827c3aa0 100644 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -87,5 +87,5 @@ ], "demo" : [], "active": False, - 'installable': True + 'installable': False } diff --git a/l10n_fr_siret/__openerp__.py b/l10n_fr_siret/__openerp__.py index 802b3495962..5666a65f276 100644 --- a/l10n_fr_siret/__openerp__.py +++ b/l10n_fr_siret/__openerp__.py @@ -47,6 +47,6 @@ 'data': [ 'partner_view.xml', ], - 'installable': True, + 'installable': False, 'active': False, }