From 198be5f33f2cca384bbb073529595a4cef18f404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 22 Sep 2015 17:54:23 +0200 Subject: [PATCH] unported modules must not be installable --- __unported__/stock_available_sale/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__unported__/stock_available_sale/__openerp__.py b/__unported__/stock_available_sale/__openerp__.py index 203d85260..a309f1bf5 100644 --- a/__unported__/stock_available_sale/__openerp__.py +++ b/__unported__/stock_available_sale/__openerp__.py @@ -35,4 +35,5 @@ 'test/quoted_qty.yml', ], 'license': 'AGPL-3', + 'installable': False, }