diff --git a/module_prototyper/__openerp__.py b/module_prototyper/__openerp__.py index d9cde4b64..b937f8bf9 100644 --- a/module_prototyper/__openerp__.py +++ b/module_prototyper/__openerp__.py @@ -41,6 +41,6 @@ 'views/ir_model_fields_view.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'application': True, }