c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06648
[Bug 685949] [NEW] base_module_upgrade.py needs to import translation tool
Public bug reported:
The following error occurs because _ is not imported.
File "/home/oerinttst6/openerp-server/bin/addons/base/module/wizard/base_module_upgrade.py", line 97, in upgrade_module
raise osv.except_osv(_('Unmet dependency !'), _('Following modules are not installed or unknown: %s') % ('\n\n' + '\n'.join(unmet_packages)))
UnboundLocalError: local variable '_' referenced before assignment
openerp-addons bzr revno 3983
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/685949
Title:
base_module_upgrade.py needs to import translation tool
Status in OpenObject Addons Modules:
New
Bug description:
The following error occurs because _ is not imported.
File "/home/oerinttst6/openerp-server/bin/addons/base/module/wizard/base_module_upgrade.py", line 97, in upgrade_module
raise osv.except_osv(_('Unmet dependency !'), _('Following modules are not installed or unknown: %s') % ('\n\n' + '\n'.join(unmet_packages)))
UnboundLocalError: local variable '_' referenced before assignment
openerp-addons bzr revno 3983
Follow ups
References