From d713f209543c35bcb1966e03d85a5cb2c44509ba Mon Sep 17 00:00:00 2001 From: Raphael Collet Date: Wed, 18 Jul 2012 13:28:16 +0200 Subject: [PATCH] [FIX] point_of_sale: remove auto_install on module bzr revid: rco@openerp.com-20120718112816-sby6j51xnevm0rzk --- addons/point_of_sale/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index 5e7e5578f72..4c0bb14cc10 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -99,6 +99,6 @@ Main features : 'static/src/css/keyboard.css' ], 'qweb': ['static/src/xml/pos.xml'], - 'auto_install': True, + 'auto_install': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: