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