From ef5b89c8ec66a3b3f1713278eb0da1717149b5a8 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:16:56 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- attachment_preview/__openerp__.py | 2 +- attachments_to_filesystem/__openerp__.py | 2 +- document_choose_directory/__openerp__.py | 2 +- document_no_unique_filenames/__openerp__.py | 2 +- document_page/__openerp__.py | 2 +- document_page_approval/__openerp__.py | 2 +- document_reindex/__openerp__.py | 2 +- document_url/__openerp__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/attachment_preview/__openerp__.py b/attachment_preview/__openerp__.py index fa62e146..01012f0d 100644 --- a/attachment_preview/__openerp__.py +++ b/attachment_preview/__openerp__.py @@ -38,7 +38,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/attachments_to_filesystem/__openerp__.py b/attachments_to_filesystem/__openerp__.py index f7732024..12f4a50b 100644 --- a/attachments_to_filesystem/__openerp__.py +++ b/attachments_to_filesystem/__openerp__.py @@ -35,7 +35,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': ['dateutil', 'pytz'], diff --git a/document_choose_directory/__openerp__.py b/document_choose_directory/__openerp__.py index ddd32106..fc5ae762 100644 --- a/document_choose_directory/__openerp__.py +++ b/document_choose_directory/__openerp__.py @@ -46,7 +46,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/document_no_unique_filenames/__openerp__.py b/document_no_unique_filenames/__openerp__.py index af99976f..3d64d040 100644 --- a/document_no_unique_filenames/__openerp__.py +++ b/document_no_unique_filenames/__openerp__.py @@ -29,7 +29,7 @@ 'document', ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/document_page/__openerp__.py b/document_page/__openerp__.py index e11755ab..602cee55 100644 --- a/document_page/__openerp__.py +++ b/document_page/__openerp__.py @@ -48,7 +48,7 @@ Web pages 'test': [ 'test/document_page_test00.yml' ], - 'installable': True, + 'installable': False, 'auto_install': False, 'images': [], 'css': ['static/src/css/document_page.css'], diff --git a/document_page_approval/__openerp__.py b/document_page_approval/__openerp__.py index a60b5a0c..3715ab8e 100644 --- a/document_page_approval/__openerp__.py +++ b/document_page_approval/__openerp__.py @@ -54,7 +54,7 @@ Scenario '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_reindex/__openerp__.py b/document_reindex/__openerp__.py index 0abdfc1b..849a3209 100644 --- a/document_reindex/__openerp__.py +++ b/document_reindex/__openerp__.py @@ -34,7 +34,7 @@ ], "post_init_hook": 'post_init_hook', "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/document_url/__openerp__.py b/document_url/__openerp__.py index 31d8f43c..40d89b58 100644 --- a/document_url/__openerp__.py +++ b/document_url/__openerp__.py @@ -40,5 +40,5 @@ Module that allows to attach an URL as a document. 'qweb': [ 'static/src/xml/url.xml', ], - "installable": True, + 'installable': False, }