diff --git a/server_environment_files_sample/__openerp__.py b/server_environment_files_sample/__openerp__.py index b67a737..8a71c10 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -44,6 +44,6 @@ variable of the OpenERP configuration file. "license": "GPL-3 or any later version", "category": "Tools", "data": [], - "installable": True, + 'installable': False, "active": False, }