[FIX] wave are not auto_install

bzr revid: fp@openerp.com-20130803181935-waidfi7wvep06en2
This commit is contained in:
Fabien Pinckaers 2013-08-03 20:19:35 +02:00
parent 54631bda2a
commit 5cbb5882d1
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
##############################################################################
{
'name': 'Stock Picking Waves',
'name': 'Warehouse Management: Waves',
'version': '1.0',
'category': 'Stock Management',
'description': """
@ -36,6 +36,6 @@ This module adds the picking wave option in warehouse management.
'wizard/picking_to_wave_view.xml'],
'demo': [],
'installable': True,
'auto_install': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: