[FIX] stock_dropshipping: disabled auto_install

bzr revid: qdp-launchpad@openerp.com-20131211102448-cj44sxsyr0lnkpqr
This commit is contained in:
Quentin (OpenERP) 2013-12-11 11:24:48 +01:00
parent a5cc6d6aed
commit 654330cda9
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ This adds the route to make dropshipping sales orders in which the product sold
'test/lifo_price.yml'
],
'installable': True,
'auto_install': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: