diff --git a/asterisk_click2dial/__openerp__.py b/asterisk_click2dial/__openerp__.py index 5859643..70ce432 100644 --- a/asterisk_click2dial/__openerp__.py +++ b/asterisk_click2dial/__openerp__.py @@ -89,5 +89,5 @@ 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, } diff --git a/base_phone/__openerp__.py b/base_phone/__openerp__.py index 7a1eef0..84da8d5 100644 --- a/base_phone/__openerp__.py +++ b/base_phone/__openerp__.py @@ -42,5 +42,5 @@ ], 'qweb': ['static/src/xml/*.xml'], 'images': [], - 'installable': True, + 'installable': False, } diff --git a/base_phone_popup/__openerp__.py b/base_phone_popup/__openerp__.py index 29f9cb0..e56e04c 100644 --- a/base_phone_popup/__openerp__.py +++ b/base_phone_popup/__openerp__.py @@ -39,5 +39,5 @@ http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector 'website': 'http://www.akretion.com/', 'depends': ['base_phone', 'web_action_request'], 'data': ['res_users_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/crm_phone/__openerp__.py b/crm_phone/__openerp__.py index 9cb7bb7..73babbf 100644 --- a/crm_phone/__openerp__.py +++ b/crm_phone/__openerp__.py @@ -36,6 +36,6 @@ for any help or question about this module. 'wizard/create_crm_phonecall_view.xml', ], 'demo': ['demo/crm_phonecall.xml'], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/event_phone/__openerp__.py b/event_phone/__openerp__.py index d118377..8145161 100644 --- a/event_phone/__openerp__.py +++ b/event_phone/__openerp__.py @@ -29,6 +29,6 @@ for any help or question about this module. 'security/ir.model.access.csv', 'event_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/hr_phone/__openerp__.py b/hr_phone/__openerp__.py index 6612ef7..8f630ce 100644 --- a/hr_phone/__openerp__.py +++ b/hr_phone/__openerp__.py @@ -28,6 +28,6 @@ for any help or question about this module. 'security/ir.model.access.csv', 'hr_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/hr_recruitment_phone/__openerp__.py b/hr_recruitment_phone/__openerp__.py index b941b6c..cccdb62 100644 --- a/hr_recruitment_phone/__openerp__.py +++ b/hr_recruitment_phone/__openerp__.py @@ -28,6 +28,6 @@ for any help or question about this module. 'security/ir.model.access.csv', 'hr_recruitment_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': True, }