From b5f6d5084e260568cb4486216425b1a6977dec76 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:05:02 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_bank_statement_period_from_line_date/__openerp__.py | 2 +- account_easy_reconcile/__openerp__.py | 2 +- account_invoice_reference/__openerp__.py | 2 +- account_reconcile_payment_order/__openerp__.py | 2 +- account_statement_operation_multicompany/__openerp__.py | 2 +- base_transaction_id/__openerp__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 account_easy_reconcile/__openerp__.py diff --git a/account_bank_statement_period_from_line_date/__openerp__.py b/account_bank_statement_period_from_line_date/__openerp__.py index e16ef521..24db63f7 100644 --- a/account_bank_statement_period_from_line_date/__openerp__.py +++ b/account_bank_statement_period_from_line_date/__openerp__.py @@ -28,7 +28,7 @@ 'website': 'https://github.com/OCA/bank-statement-reconcile', 'data': [], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_easy_reconcile/__openerp__.py b/account_easy_reconcile/__openerp__.py old mode 100755 new mode 100644 index 886c78ce..b715f56e --- a/account_easy_reconcile/__openerp__.py +++ b/account_easy_reconcile/__openerp__.py @@ -36,6 +36,6 @@ ], 'license': 'AGPL-3', "auto_install": False, - 'installable': True, + 'installable': False, } diff --git a/account_invoice_reference/__openerp__.py b/account_invoice_reference/__openerp__.py index 2bbf8b42..43e62b31 100644 --- a/account_invoice_reference/__openerp__.py +++ b/account_invoice_reference/__openerp__.py @@ -144,6 +144,6 @@ Information propagated to the move lines: 'test/supplier_invoice_number.yml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/account_reconcile_payment_order/__openerp__.py b/account_reconcile_payment_order/__openerp__.py index 84e2a80d..4782dbe9 100644 --- a/account_reconcile_payment_order/__openerp__.py +++ b/account_reconcile_payment_order/__openerp__.py @@ -30,6 +30,6 @@ 'account_banking_payment_transfer', ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, } diff --git a/account_statement_operation_multicompany/__openerp__.py b/account_statement_operation_multicompany/__openerp__.py index 03622480..0e5e078a 100644 --- a/account_statement_operation_multicompany/__openerp__.py +++ b/account_statement_operation_multicompany/__openerp__.py @@ -34,5 +34,5 @@ 'account_view.xml', 'security/rule.xml', ], - 'installable': True, + 'installable': False, } diff --git a/base_transaction_id/__openerp__.py b/base_transaction_id/__openerp__.py index e9d90259..234158d3 100644 --- a/base_transaction_id/__openerp__.py +++ b/base_transaction_id/__openerp__.py @@ -50,7 +50,7 @@ 'views/base_transaction_id.xml', ], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3',