diff --git a/stock_reserve/__openerp__.py b/stock_reserve/__openerp__.py index de54318e8..71f9ea5e4 100644 --- a/stock_reserve/__openerp__.py +++ b/stock_reserve/__openerp__.py @@ -39,5 +39,5 @@ 'auto_install': False, 'test': ['test/stock_reserve.yml', ], - 'installable': True, + 'installable': False, }