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'], }