[FIX] maintenance: pass the module's versions to retrieve_updates

bzr revid: christophe@tinyerp.com-20090212094147-ot20d170mve79ema
This commit is contained in:
Christophe Simonis 2009-02-12 10:41:47 +01:00
parent 329c1615f6
commit f16f1bcd6e
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ GNU Public Licence.
l.notifyChannel('migration', netsvc.LOG_INFO, 'starting migration with contract %s' % (rc.name,))
zips = rc.retrieve_updates(rc.id)
zips = rc.retrieve_updates(rc.id, addons.get_modules_with_version())
from shutil import rmtree, copytree, copy