diff --git a/web_widget_color/__openerp__.py b/web_widget_color/__openerp__.py index 3f2298bf..ae8b23de 100644 --- a/web_widget_color/__openerp__.py +++ b/web_widget_color/__openerp__.py @@ -23,6 +23,6 @@ ], 'license': 'AGPL-3', 'auto_install': False, - 'installable': True, + 'installable': False, 'web_preload': True, }