diff --git a/base_technical_features/__openerp__.py b/base_technical_features/__openerp__.py index 14383e9..368af6c 100644 --- a/base_technical_features/__openerp__.py +++ b/base_technical_features/__openerp__.py @@ -14,5 +14,5 @@ 'data/res_users.xml', ], "license": "AGPL-3", - "installable": True, + 'installable': False, }