diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index 2d40f358..d84efbd7 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -60,6 +60,6 @@ Note: When updating the page prefix parameters, the record rules must be 'qweb': [ 'static/src/xml/help_online.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, }