From ea8dc4862e627af4483d08bac9fd6027770b188d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:52:55 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_asset_management/__openerp__.py | 2 +- account_asset_management_xls/__openerp__.py | 2 +- account_auto_fy_sequence/__openerp__.py | 2 +- account_balance_line/__openerp__.py | 2 +- account_chart_update/__openerp__.py | 2 +- account_check_deposit/__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_constraint_chronology/__openerp__.py | 2 +- account_invoice_currency/__openerp__.py | 2 +- account_invoice_tax_required/__openerp__.py | 2 +- account_journal_always_check_date/__openerp__.py | 2 +- account_journal_period_close/__openerp__.py | 2 +- account_move_batch_validate/__openerp__.py | 2 +- account_move_line_no_default_search/__openerp__.py | 1 + account_move_line_payable_receivable_filter/__openerp__.py | 1 + account_move_line_search_extension/__openerp__.py | 1 + account_move_locking/__openerp__.py | 2 +- account_move_template/__openerp__.py | 2 +- account_partner_required/__openerp__.py | 2 +- account_renumber/__openerp__.py | 2 +- account_reset_chart/__openerp__.py | 1 + account_reversal/__openerp__.py | 2 +- account_tax_analysis/__openerp__.py | 2 +- account_tax_chart_interval/__openerp__.py | 2 +- currency_rate_date_check/__openerp__.py | 2 +- currency_rate_update/__openerp__.py | 2 +- 31 files changed, 31 insertions(+), 27 deletions(-) diff --git a/account_asset_management/__openerp__.py b/account_asset_management/__openerp__.py index 1c6386bbc..2665abdfa 100644 --- a/account_asset_management/__openerp__.py +++ b/account_asset_management/__openerp__.py @@ -47,6 +47,6 @@ 'res_config_view.xml', ], 'auto_install': False, - 'installable': True, + 'installable': False, 'application': True, } diff --git a/account_asset_management_xls/__openerp__.py b/account_asset_management_xls/__openerp__.py index 59116f0ca..dc6303436 100644 --- a/account_asset_management_xls/__openerp__.py +++ b/account_asset_management_xls/__openerp__.py @@ -43,6 +43,6 @@ for this module. 'data': [ 'wizard/account_asset_report_wizard.xml', ], - 'installable': True, + 'installable': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_auto_fy_sequence/__openerp__.py b/account_auto_fy_sequence/__openerp__.py index 197a8b130..b58500636 100644 --- a/account_auto_fy_sequence/__openerp__.py +++ b/account_auto_fy_sequence/__openerp__.py @@ -32,7 +32,7 @@ 'data': [ 'views/ir_sequence_view.xml', ], - 'installable': True, + 'installable': False, 'application': False, 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_balance_line/__openerp__.py b/account_balance_line/__openerp__.py index 45e2a8583..fea7f61d6 100644 --- a/account_balance_line/__openerp__.py +++ b/account_balance_line/__openerp__.py @@ -43,7 +43,7 @@ Contributors 'website': 'http://www.camptocamp.com', 'data': ['account_move_line_view.xml'], 'tests': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False, diff --git a/account_chart_update/__openerp__.py b/account_chart_update/__openerp__.py index 854b43768..bc45f8983 100644 --- a/account_chart_update/__openerp__.py +++ b/account_chart_update/__openerp__.py @@ -47,5 +47,5 @@ 'views/account_tax_code_view.xml', ], "active": False, - 'installable': True + 'installable': False } diff --git a/account_check_deposit/__openerp__.py b/account_check_deposit/__openerp__.py index 8c9e0752a..1536a39ed 100644 --- a/account_check_deposit/__openerp__.py +++ b/account_check_deposit/__openerp__.py @@ -57,6 +57,6 @@ check deposits. 'report.xml', 'report/report_checkdeposit.xml', ], - 'installable': True, + 'installable': False, 'application': True, } diff --git a/account_compute_tax_amount/__openerp__.py b/account_compute_tax_amount/__openerp__.py index a46ae80f4..88cd2fa44 100644 --- a/account_compute_tax_amount/__openerp__.py +++ b/account_compute_tax_amount/__openerp__.py @@ -26,6 +26,6 @@ 'website': 'http://www.camptocamp.com', 'license': 'AGPL-3', 'data': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_constraints/__openerp__.py b/account_constraints/__openerp__.py index e0eeda0c6..9f7a66ac1 100644 --- a/account_constraints/__openerp__.py +++ b/account_constraints/__openerp__.py @@ -63,5 +63,5 @@ Summary of constraints are: 'view/account_journal.xml', 'view/account_bank_statement.xml', ], - 'installable': True, + 'installable': False, } diff --git a/account_credit_control/__openerp__.py b/account_credit_control/__openerp__.py index c6d5b77a6..2c33cdb88 100644 --- a/account_credit_control/__openerp__.py +++ b/account_credit_control/__openerp__.py @@ -45,7 +45,7 @@ "security/ir.model.access.csv"], 'demo': ["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 96e07c9d6..6f0543e18 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -33,7 +33,7 @@ ], '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 338890317..413ab02f8 100644 --- a/account_default_draft_move/__openerp__.py +++ b/account_default_draft_move/__openerp__.py @@ -30,6 +30,6 @@ 'invoice_view.xml', 'res_config_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/account_fiscal_position_vat_check/__openerp__.py b/account_fiscal_position_vat_check/__openerp__.py index c364db850..58099f813 100644 --- a/account_fiscal_position_vat_check/__openerp__.py +++ b/account_fiscal_position_vat_check/__openerp__.py @@ -58,5 +58,5 @@ for any help or question about this module. 'account_fiscal_position_view.xml', 'partner_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/account_invoice_constraint_chronology/__openerp__.py b/account_invoice_constraint_chronology/__openerp__.py index c88114e35..c6d311634 100644 --- a/account_invoice_constraint_chronology/__openerp__.py +++ b/account_invoice_constraint_chronology/__openerp__.py @@ -54,7 +54,7 @@ The check can be activated on a per-journal basis "demo": [], "test": [], "licence": "AGPL-3", - "installable": True, + 'installable': False, "auto_install": False, "application": True, } diff --git a/account_invoice_currency/__openerp__.py b/account_invoice_currency/__openerp__.py index 423b9ee99..99c703524 100644 --- a/account_invoice_currency/__openerp__.py +++ b/account_invoice_currency/__openerp__.py @@ -37,5 +37,5 @@ 'data': [ "views/account_invoice_view.xml" ], - 'installable': True, + 'installable': False, } diff --git a/account_invoice_tax_required/__openerp__.py b/account_invoice_tax_required/__openerp__.py index 1ca46729f..b1ca7a782 100644 --- a/account_invoice_tax_required/__openerp__.py +++ b/account_invoice_tax_required/__openerp__.py @@ -27,5 +27,5 @@ 'depends': ["account"], 'data': [ ], - 'installable': True, + 'installable': False, } diff --git a/account_journal_always_check_date/__openerp__.py b/account_journal_always_check_date/__openerp__.py index b406007b1..c5f9f05cf 100644 --- a/account_journal_always_check_date/__openerp__.py +++ b/account_journal_always_check_date/__openerp__.py @@ -49,6 +49,6 @@ for any help or question about this module. 'website': 'http://www.akretion.com', 'depends': ['account'], 'data': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_journal_period_close/__openerp__.py b/account_journal_period_close/__openerp__.py index 86c7a0eae..0e7a2abe0 100644 --- a/account_journal_period_close/__openerp__.py +++ b/account_journal_period_close/__openerp__.py @@ -57,7 +57,7 @@ account.journal.period model that is present in Odoo core. "demo": [], "test": [], "licence": "AGPL-3", - "installable": True, + 'installable': False, "auto_install": False, "application": True, } diff --git a/account_move_batch_validate/__openerp__.py b/account_move_batch_validate/__openerp__.py index 1db402c09..4f1d28fbb 100644 --- a/account_move_batch_validate/__openerp__.py +++ b/account_move_batch_validate/__openerp__.py @@ -39,7 +39,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_no_default_search/__openerp__.py b/account_move_line_no_default_search/__openerp__.py index aff7328ae..fd9c72dfe 100644 --- a/account_move_line_no_default_search/__openerp__.py +++ b/account_move_line_no_default_search/__openerp__.py @@ -37,4 +37,5 @@ have to disable these before entering your own search queries. 'depends': ['account'], 'js': ['static/src/js/move_line_search_view.js'], 'data': ['views/move_line_search_view.xml'] + 'installable': False, } diff --git a/account_move_line_payable_receivable_filter/__openerp__.py b/account_move_line_payable_receivable_filter/__openerp__.py index e1f71b8ae..9df191e19 100644 --- a/account_move_line_payable_receivable_filter/__openerp__.py +++ b/account_move_line_payable_receivable_filter/__openerp__.py @@ -38,4 +38,5 @@ 'data': [ 'views/account_move_line_view.xml', ], + 'installable': False, } diff --git a/account_move_line_search_extension/__openerp__.py b/account_move_line_search_extension/__openerp__.py index f22423457..4993fdcce 100644 --- a/account_move_line_search_extension/__openerp__.py +++ b/account_move_line_search_extension/__openerp__.py @@ -34,4 +34,5 @@ 'qweb': [ 'static/src/xml/account_move_line_search_extension.xml', ], + 'installable': False, } diff --git a/account_move_locking/__openerp__.py b/account_move_locking/__openerp__.py index 93b02c09e..cfa0974b0 100644 --- a/account_move_locking/__openerp__.py +++ b/account_move_locking/__openerp__.py @@ -26,6 +26,6 @@ 'website': 'http://www.camptocamp.com', 'data': ['account_view.xml', 'wizard/account_lock_move_view.xml'], - 'installable': True, + 'installable': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index 715b63a09..0a38bcd69 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -37,5 +37,5 @@ 'test/generate_move.yml', ], 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_partner_required/__openerp__.py b/account_partner_required/__openerp__.py index 0af0199d5..d50d57523 100644 --- a/account_partner_required/__openerp__.py +++ b/account_partner_required/__openerp__.py @@ -42,5 +42,5 @@ account_analytic_required module. '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 19d4a2ec6..6880edaf8 100644 --- a/account_renumber/__openerp__.py +++ b/account_renumber/__openerp__.py @@ -54,6 +54,6 @@ using its journal sequence, which means that: "data": [ 'wizard/wizard_renumber_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/account_reset_chart/__openerp__.py b/account_reset_chart/__openerp__.py index 4866121b3..6420196c2 100644 --- a/account_reset_chart/__openerp__.py +++ b/account_reset_chart/__openerp__.py @@ -29,4 +29,5 @@ 'account', ], 'license': 'AGPL-3' + 'installable': False, } diff --git a/account_reversal/__openerp__.py b/account_reversal/__openerp__.py index 0598e3b6c..66c950b47 100644 --- a/account_reversal/__openerp__.py +++ b/account_reversal/__openerp__.py @@ -35,6 +35,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 86c863047..c8cfafd85 100644 --- a/account_tax_analysis/__openerp__.py +++ b/account_tax_analysis/__openerp__.py @@ -25,6 +25,6 @@ "website": "http://www.camptocamp.com", "license": "AGPL-3", "data": ["account_tax_analysis_view.xml"], - 'installable': True, + 'installable': False, "active": False, } diff --git a/account_tax_chart_interval/__openerp__.py b/account_tax_chart_interval/__openerp__.py index 1e1534f10..e6adf0b0e 100644 --- a/account_tax_chart_interval/__openerp__.py +++ b/account_tax_chart_interval/__openerp__.py @@ -36,5 +36,5 @@ "data": [ 'wizard/account_tax_chart_view.xml', ], - "installable": True, + 'installable': False, } diff --git a/currency_rate_date_check/__openerp__.py b/currency_rate_date_check/__openerp__.py index 67872a2d4..ba5ff2fb2 100644 --- a/currency_rate_date_check/__openerp__.py +++ b/currency_rate_date_check/__openerp__.py @@ -49,5 +49,5 @@ for any help or question about this module. 'images/date_check_error_popup.jpg', 'images/date_check_company_config.jpg', ], - 'installable': True, + 'installable': False, } diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index bb8c9ddaa..b72ba737b 100644 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -38,5 +38,5 @@ ], "demo": [], "active": False, - 'installable': True + 'installable': False }