diff --git a/web_color/__openerp__.py b/web_color/__openerp__.py index c0c197dc..9981c5dd 100644 --- a/web_color/__openerp__.py +++ b/web_color/__openerp__.py @@ -40,6 +40,6 @@ ], 'qweb' : ['static/src/xml/lib.xml'], 'installable': True, - 'auto_install': True, + 'auto_install': False, 'web_preload': False, }