diff --git a/web_widget_color/__openerp__.py b/web_widget_color/__openerp__.py index 50838cc8..2a20bfaf 100644 --- a/web_widget_color/__openerp__.py +++ b/web_widget_color/__openerp__.py @@ -39,6 +39,6 @@ 'static/src/xml/widget.xml', ], 'auto_install': False, - 'installable': True, + 'installable': False, 'web_preload': True, }