From bb78359390067c88649a4fc4b2de2bf14c010a25 Mon Sep 17 00:00:00 2001 From: ArtyomLosev Date: Thu, 16 Nov 2017 14:57:05 +0500 Subject: [PATCH] [PORT] Disable non-ported modules. --- mail_all/__openerp__.py | 2 +- mail_archives/__openerp__.py | 2 +- mail_attachment_popup/__openerp__.py | 2 +- mail_move_message/__openerp__.py | 2 +- mail_private/__openerp__.py | 2 +- mail_recovery/__openerp__.py | 2 +- mail_reply/__openerp__.py | 2 +- mail_sent/__openerp__.py | 2 +- mail_to/__openerp__.py | 2 +- res_partner_company_messages/__openerp__.py | 2 +- res_partner_mails_count/__openerp__.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mail_all/__openerp__.py b/mail_all/__openerp__.py index f9b4d39..76475e9 100644 --- a/mail_all/__openerp__.py +++ b/mail_all/__openerp__.py @@ -24,6 +24,6 @@ "static/src/xml/menu.xml", ], "demo": [], - 'installable': True, + 'installable': False, "auto_install": False, } diff --git a/mail_archives/__openerp__.py b/mail_archives/__openerp__.py index 8dd83b3..132b4c7 100644 --- a/mail_archives/__openerp__.py +++ b/mail_archives/__openerp__.py @@ -23,5 +23,5 @@ "qweb": [ "static/src/xml/menu.xml", ], - 'installable': True, + 'installable': False, } diff --git a/mail_attachment_popup/__openerp__.py b/mail_attachment_popup/__openerp__.py index 156363a..f5d1b3e 100644 --- a/mail_attachment_popup/__openerp__.py +++ b/mail_attachment_popup/__openerp__.py @@ -24,6 +24,6 @@ "static/src/xml/mail_attachment_popup.xml", ], - "installable": True, + "installable": False, 'auto_install': False, } diff --git a/mail_move_message/__openerp__.py b/mail_move_message/__openerp__.py index 438a563..29880f0 100644 --- a/mail_move_message/__openerp__.py +++ b/mail_move_message/__openerp__.py @@ -18,5 +18,5 @@ 'qweb': [ 'static/src/xml/mail_move_message_main.xml', ], - 'installable': True, + 'installable': False, } diff --git a/mail_private/__openerp__.py b/mail_private/__openerp__.py index c483f50..80d96d0 100644 --- a/mail_private/__openerp__.py +++ b/mail_private/__openerp__.py @@ -34,5 +34,5 @@ "post_init_hook": None, "auto_install": False, - "installable": True, + "installable": False, } diff --git a/mail_recovery/__openerp__.py b/mail_recovery/__openerp__.py index c73bea8..9dafaf9 100644 --- a/mail_recovery/__openerp__.py +++ b/mail_recovery/__openerp__.py @@ -15,5 +15,5 @@ 'data': [ 'data.xml', ], - "installable": True, + "installable": False, } diff --git a/mail_reply/__openerp__.py b/mail_reply/__openerp__.py index f318062..fefbec4 100644 --- a/mail_reply/__openerp__.py +++ b/mail_reply/__openerp__.py @@ -24,6 +24,6 @@ "static/src/xml/reply_button.xml", ], "demo": [], - "installable": True, + "installable": False, "auto_install": False, } diff --git a/mail_sent/__openerp__.py b/mail_sent/__openerp__.py index 1e9ffda..c3a4c4b 100644 --- a/mail_sent/__openerp__.py +++ b/mail_sent/__openerp__.py @@ -25,5 +25,5 @@ "qweb": [ "static/src/xml/menu.xml", ], - 'installable': True, + 'installable': False, } diff --git a/mail_to/__openerp__.py b/mail_to/__openerp__.py index 5767214..b51527b 100644 --- a/mail_to/__openerp__.py +++ b/mail_to/__openerp__.py @@ -24,6 +24,6 @@ 'static/src/xml/recipient.xml', ], "demo": [], - "installable": True, + "installable": False, "auto_install": False, } diff --git a/res_partner_company_messages/__openerp__.py b/res_partner_company_messages/__openerp__.py index 633f760..f830bb0 100644 --- a/res_partner_company_messages/__openerp__.py +++ b/res_partner_company_messages/__openerp__.py @@ -14,5 +14,5 @@ 'data': [ 'views.xml', ], - 'installable': True + 'installable': False } diff --git a/res_partner_mails_count/__openerp__.py b/res_partner_mails_count/__openerp__.py index 1822303..d159eb1 100644 --- a/res_partner_mails_count/__openerp__.py +++ b/res_partner_mails_count/__openerp__.py @@ -24,6 +24,6 @@ ], "demo": [ ], - "installable": True, + "installable": False, "auto_install": False, }