From c35c27981ab2b215e79002946db73229f03bf1fe Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:08:19 +0200 Subject: [PATCH] [MIG] Make modules uninstallable [MIG] Rename manifest files --- database_cleanup/{__openerp__.py => __manifest__.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename database_cleanup/{__openerp__.py => __manifest__.py} (95%) diff --git a/database_cleanup/__openerp__.py b/database_cleanup/__manifest__.py similarity index 95% rename from database_cleanup/__openerp__.py rename to database_cleanup/__manifest__.py index cf56734d3..036988cf5 100644 --- a/database_cleanup/__openerp__.py +++ b/database_cleanup/__manifest__.py @@ -18,5 +18,5 @@ 'views/purge_data.xml', 'views/menu.xml', ], - 'installable': True, + 'installable': False, }