From 42b5a4acb53229ec10e938957aea6c64308e3729 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Fri, 16 Oct 2015 13:07:01 +0500 Subject: [PATCH] mark unported modules as non-installable --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index fcde4b9..0d7e0d3 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -11,5 +11,5 @@ Obsolete in odoo 8.0 since Sep 10, 2014 https://github.com/odoo/odoo/commit/f2cf #"init_xml" : [], #"update_xml" : [], #"active": True, - "installable": True + 'installable': False }