From 1975a383b3e4a437c325cd298ef9173511a1e841 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:52:51 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- document_page/__openerp__.py | 2 +- document_page_approval/__openerp__.py | 2 +- document_url/__openerp__.py | 2 +- knowledge/__openerp__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/document_page/__openerp__.py b/document_page/__openerp__.py index 8c129f3e..8fbb9d70 100644 --- a/document_page/__openerp__.py +++ b/document_page/__openerp__.py @@ -43,7 +43,7 @@ 'demo': [ 'demo/document_page.xml' ], - 'installable': True, + 'installable': False, 'auto_install': False, 'css': ['static/src/css/document_page.css'], } diff --git a/document_page_approval/__openerp__.py b/document_page_approval/__openerp__.py index 1e95feb3..af6727f2 100644 --- a/document_page_approval/__openerp__.py +++ b/document_page_approval/__openerp__.py @@ -38,7 +38,7 @@ 'security/document_page_security.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'auto_install': False, 'images': [ 'images/category.png', diff --git a/document_url/__openerp__.py b/document_url/__openerp__.py index 49659775..2d4e0a07 100644 --- a/document_url/__openerp__.py +++ b/document_url/__openerp__.py @@ -19,5 +19,5 @@ 'qweb': [ 'static/src/xml/url.xml', ], - 'installable': True, + 'installable': False, } diff --git a/knowledge/__openerp__.py b/knowledge/__openerp__.py index 8f2a0d85..122ff731 100644 --- a/knowledge/__openerp__.py +++ b/knowledge/__openerp__.py @@ -33,6 +33,6 @@ "views/res_config.xml", ], "demo": ["demo/knowledge.xml"], - "installable": True, + 'installable': False, "auto_install": False, }