[FIX] point_of_sale: remove auto_install on module

bzr revid: rco@openerp.com-20120718112816-sby6j51xnevm0rzk
This commit is contained in:
Raphael Collet 2012-07-18 13:28:16 +02:00
parent 0d1aa39f36
commit d713f20954
1 changed files with 1 additions and 1 deletions

View File

@ -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: