diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py index bb9a25e36..e58f0d69f 100644 --- a/base_location/__openerp__.py +++ b/base_location/__openerp__.py @@ -47,6 +47,6 @@ 'demo': [ 'demo/better_zip.xml', ], - 'installable': True, + 'installable': False, 'active': False, }