From e37fc695420910ea3b815af2ba8305ed7a89a1f2 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:32:04 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- crm_claim_rma/__openerp__.py | 2 +- crm_claim_rma_code/__openerp__.py | 2 +- product_warranty/__openerp__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index 81d22459..062d29b8 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -99,6 +99,6 @@ Contributors: 'images/return_line.png', 'images/exchange.png', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/crm_claim_rma_code/__openerp__.py b/crm_claim_rma_code/__openerp__.py index fa388721..225a96d9 100644 --- a/crm_claim_rma_code/__openerp__.py +++ b/crm_claim_rma_code/__openerp__.py @@ -35,5 +35,5 @@ 'views/crm_claim_type.xml', ], 'active': True, - 'installable': True, + 'installable': False, } diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py index 77f075cb..79f4e8c1 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'], }