← Back to team overview

openupgrade-drivers team mailing list archive

Re: [Question #231188]: [6.0 -> 6.1] mail gateway is not found, migration fails

 

On 06/22/2013 05:36 PM, ViktorNagy wrote:
   File "/opt/openupgrade-server/openerp/addons/base/module/module.py", line 426, in button_upgrade
     raise orm.except_orm(_('Error'), _('You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system.') % (dep.name,))
except_orm: ('Error', u'You try to upgrade a module that depends on the module: mail_gateway.\nBut this module is not available in your system.')

according to the [docs](http://openupgrade-server.readthedocs.org/en/latest/modules60-61.html) mail_gateway is supposed to be covered

Should be covered, yes. But note that the module is renamed to 'mail', so any module that uses its functionality should depend on that in 6.1. Either your module index is not reloaded properly or you have a (community or obsolete) module that does indeed still depend on the module by its old name. First step would be to find out which module triggers the error.



References