From 702ad0dcd8228a1c0d977520bd029f6ffb6521ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 22 Sep 2015 17:48:06 +0200 Subject: [PATCH] unported modules must not be installable --- __unported__/crm_claim_categ_as_name/__openerp__.py | 2 +- __unported__/crm_rma_advance_location/__openerp__.py | 4 ++-- __unported__/crm_rma_by_shop/__openerp__.py | 2 +- __unported__/crm_rma_stock_location/__openerp__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/__unported__/crm_claim_categ_as_name/__openerp__.py b/__unported__/crm_claim_categ_as_name/__openerp__.py index ac2309d6..9d5a1b5c 100644 --- a/__unported__/crm_claim_categ_as_name/__openerp__.py +++ b/__unported__/crm_claim_categ_as_name/__openerp__.py @@ -37,7 +37,7 @@ 'claim_view.xml', ], 'demo': [], - 'installable': True, + 'installable': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__unported__/crm_rma_advance_location/__openerp__.py b/__unported__/crm_rma_advance_location/__openerp__.py index a30b9f55..a6ff5c6d 100644 --- a/__unported__/crm_rma_advance_location/__openerp__.py +++ b/__unported__/crm_rma_advance_location/__openerp__.py @@ -37,7 +37,7 @@ This module adds the following location on warehouses : * Carrier Loss * RMA - * Breakage Loss + * Breakage Loss * Refurbish * Mistake Loss @@ -60,6 +60,6 @@ WARNING: Use with caution, this module is currently not yet completely debugged 'stock_data.xml', 'claim_rma_view.xml', ], - 'installable': True, + 'installable': False, 'application': True, } diff --git a/__unported__/crm_rma_by_shop/__openerp__.py b/__unported__/crm_rma_by_shop/__openerp__.py index 0f084090..dccc9e09 100644 --- a/__unported__/crm_rma_by_shop/__openerp__.py +++ b/__unported__/crm_rma_by_shop/__openerp__.py @@ -45,6 +45,6 @@ Claim improvements to use them by shops: 'data': [ 'claim_view.xml', ], - 'installable': True, + 'installable': False, 'application': True, } diff --git a/__unported__/crm_rma_stock_location/__openerp__.py b/__unported__/crm_rma_stock_location/__openerp__.py index 659b0994..08318cbb 100644 --- a/__unported__/crm_rma_stock_location/__openerp__.py +++ b/__unported__/crm_rma_stock_location/__openerp__.py @@ -44,6 +44,6 @@ The product views displays the quantity available and virtual in this ], 'test': ['test/quantity.yml', ], - 'installable': True, + 'installable': False, 'auto_install': False, }