From bcc3f92c81dc3d221857d78b53fb0acd8d7fc5ea Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:24:35 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- asterisk_click2dial/__openerp__.py | 2 +- asterisk_click2dial_crm/__openerp__.py | 2 +- base_phone/__openerp__.py | 2 +- base_phone_popup/__openerp__.py | 1 + crm_claim_phone/__openerp__.py | 2 +- crm_phone/__openerp__.py | 2 +- event_phone/__openerp__.py | 2 +- hr_phone/__openerp__.py | 2 +- hr_recruitment_phone/__openerp__.py | 2 +- ovh_telephony_connector/__openerp__.py | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/asterisk_click2dial/__openerp__.py b/asterisk_click2dial/__openerp__.py index edc59f9..5d9dd7b 100644 --- a/asterisk_click2dial/__openerp__.py +++ b/asterisk_click2dial/__openerp__.py @@ -107,6 +107,6 @@ http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector 'qweb': ['static/src/xml/*.xml'], 'css': ['static/src/css/*.css'], 'application': True, - 'installable': True, + 'installable': False, 'active': False, } diff --git a/asterisk_click2dial_crm/__openerp__.py b/asterisk_click2dial_crm/__openerp__.py index 8d728c2..459cd98 100644 --- a/asterisk_click2dial_crm/__openerp__.py +++ b/asterisk_click2dial_crm/__openerp__.py @@ -43,6 +43,6 @@ This module will be removed from the repository in the near future. 'crm_phone', ], "data": [], - "installable": True, + 'installable': False, "application": False, } diff --git a/base_phone/__openerp__.py b/base_phone/__openerp__.py index 7561de3..16d0f58 100644 --- a/base_phone/__openerp__.py +++ b/base_phone/__openerp__.py @@ -79,5 +79,5 @@ for any help or question about this module. 'demo': ['base_phone_demo.xml'], 'test': ['test/phonenum.yml'], 'images': [], - 'installable': True, + 'installable': False, } diff --git a/base_phone_popup/__openerp__.py b/base_phone_popup/__openerp__.py index dc77b6c..e7a389c 100644 --- a/base_phone_popup/__openerp__.py +++ b/base_phone_popup/__openerp__.py @@ -60,4 +60,5 @@ http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector ], 'images': [], 'active': False, + 'installable': False, } diff --git a/crm_claim_phone/__openerp__.py b/crm_claim_phone/__openerp__.py index cb62dd1..5b1c43c 100644 --- a/crm_claim_phone/__openerp__.py +++ b/crm_claim_phone/__openerp__.py @@ -44,7 +44,7 @@ for any help or question about this module. 'depends': ['base_phone', 'crm_claim'], 'data': ['crm_claim_view.xml'], 'images': [], - 'installable': True, + 'installable': False, 'auto_install': True, 'active': False, } diff --git a/crm_phone/__openerp__.py b/crm_phone/__openerp__.py index 327f9b8..fd769eb 100644 --- a/crm_phone/__openerp__.py +++ b/crm_phone/__openerp__.py @@ -51,7 +51,7 @@ for any help or question about this module. ], 'test': ['test/phonenum.yml'], 'images': [], - 'installable': True, + 'installable': False, 'auto_install': True, 'active': False, } diff --git a/event_phone/__openerp__.py b/event_phone/__openerp__.py index 855d9f5..3484b22 100644 --- a/event_phone/__openerp__.py +++ b/event_phone/__openerp__.py @@ -47,7 +47,7 @@ for any help or question about this module. 'event_view.xml', ], 'images': [], - 'installable': True, + 'installable': False, 'auto_install': True, 'active': False, } diff --git a/hr_phone/__openerp__.py b/hr_phone/__openerp__.py index 511a4d4..90bd7da 100644 --- a/hr_phone/__openerp__.py +++ b/hr_phone/__openerp__.py @@ -47,7 +47,7 @@ for any help or question about this module. 'hr_view.xml', ], 'images': [], - 'installable': True, + 'installable': False, 'auto_install': True, 'active': False, } diff --git a/hr_recruitment_phone/__openerp__.py b/hr_recruitment_phone/__openerp__.py index e0810fe..2a7e5a4 100644 --- a/hr_recruitment_phone/__openerp__.py +++ b/hr_recruitment_phone/__openerp__.py @@ -47,7 +47,7 @@ for any help or question about this module. 'hr_recruitment_view.xml', ], 'images': [], - 'installable': True, + 'installable': False, 'auto_install': True, 'active': False, } diff --git a/ovh_telephony_connector/__openerp__.py b/ovh_telephony_connector/__openerp__.py index a2d3d4c..64b2615 100644 --- a/ovh_telephony_connector/__openerp__.py +++ b/ovh_telephony_connector/__openerp__.py @@ -35,5 +35,5 @@ 'demo': [], 'qweb': ['static/src/xml/*.xml'], 'application': True, - 'installable': True, + 'installable': False, }