From dc34f6e0df373797213a3c8a374eb41d946a7141 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:06:55 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- crm_claim_rma/__openerp__.py | 2 +- crm_claim_rma_code/__openerp__.py | 2 +- crm_rma_location/__openerp__.py | 2 +- crm_rma_stock_location/__openerp__.py | 2 +- product_warranty/__openerp__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index 469ab4a0..21d47784 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -39,6 +39,6 @@ 'test': [ 'test/test_invoice_refund.yml' ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/crm_claim_rma_code/__openerp__.py b/crm_claim_rma_code/__openerp__.py index aa0855d8..c9656f5e 100644 --- a/crm_claim_rma_code/__openerp__.py +++ b/crm_claim_rma_code/__openerp__.py @@ -17,5 +17,5 @@ 'data/ir_sequence_type.xml', 'views/crm_claim_type.xml', ], - 'installable': True, + 'installable': False, } diff --git a/crm_rma_location/__openerp__.py b/crm_rma_location/__openerp__.py index 8eed2270..aa34421e 100644 --- a/crm_rma_location/__openerp__.py +++ b/crm_rma_location/__openerp__.py @@ -17,6 +17,6 @@ 'views/stock_warehouse.xml', ], 'post_init_hook': 'post_init_hook', - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/crm_rma_stock_location/__openerp__.py b/crm_rma_stock_location/__openerp__.py index eee04a88..3e83354e 100644 --- a/crm_rma_stock_location/__openerp__.py +++ b/crm_rma_stock_location/__openerp__.py @@ -39,6 +39,6 @@ 'demo/stock_inventory.xml', ], 'post_init_hook': 'post_init_hook', - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py index ebe22030..54b4e53b 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__openerp__.py @@ -38,7 +38,7 @@ 'demo/res_company.xml', ], 'test': [], - 'installable': True, + 'installable': False, 'active': False, 'images': ['images/product_warranty.png'], }