From 7a4cb51d6f0c35c978be3dc187ae6f3cb10f92fa Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:54:06 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- mail_attach_existing_attachment/__openerp__.py | 1 + mail_compose_select_lang/__openerp__.py | 2 +- mail_full_expand/__openerp__.py | 2 +- mail_restrict_follower_selection/__openerp__.py | 2 +- mass_mailing_custom_unsubscribe/__openerp__.py | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mail_attach_existing_attachment/__openerp__.py b/mail_attach_existing_attachment/__openerp__.py index 7ec7bbb6..2e5f1c74 100644 --- a/mail_attach_existing_attachment/__openerp__.py +++ b/mail_attach_existing_attachment/__openerp__.py @@ -38,4 +38,5 @@ 'data': [ 'wizard/mail_compose_message_view.xml', ], + 'installable': False, } diff --git a/mail_compose_select_lang/__openerp__.py b/mail_compose_select_lang/__openerp__.py index bb07dc84..0a5ee4c1 100644 --- a/mail_compose_select_lang/__openerp__.py +++ b/mail_compose_select_lang/__openerp__.py @@ -18,5 +18,5 @@ 'data': [ 'wizard/mail_compose_message_view.xml', ], - "installable": True, + 'installable': False, } diff --git a/mail_full_expand/__openerp__.py b/mail_full_expand/__openerp__.py index 75b6c125..49ad514f 100644 --- a/mail_full_expand/__openerp__.py +++ b/mail_full_expand/__openerp__.py @@ -11,7 +11,7 @@ "author": "Grupo ESOC, Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, - "installable": True, + 'installable': False, "depends": [ "mail", "web", diff --git a/mail_restrict_follower_selection/__openerp__.py b/mail_restrict_follower_selection/__openerp__.py index 9d242619..80cdcf27 100644 --- a/mail_restrict_follower_selection/__openerp__.py +++ b/mail_restrict_follower_selection/__openerp__.py @@ -33,7 +33,7 @@ "data/ir_actions.xml", ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/mass_mailing_custom_unsubscribe/__openerp__.py b/mass_mailing_custom_unsubscribe/__openerp__.py index bb6854e8..5429b38b 100644 --- a/mass_mailing_custom_unsubscribe/__openerp__.py +++ b/mass_mailing_custom_unsubscribe/__openerp__.py @@ -33,5 +33,5 @@ 'Odoo Community Association (OCA)', 'website': 'http://www.antiun.com', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, }