← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 724057] [NEW] translation needs context but it doesn't always exist

 

Public bug reported:

OpenERP v6:

class GettextAlias in tools/translate.py requires a valid context
available where _() was called. In some cases the context variable does
not exsits or is not properly initialized. The attached patch provides a
workarround by searching current user's language in order to find to
which language it should translate.

The patch is based on a Jay Vora patch provided in a v5 bug report:
https://bugs.launchpad.net/openobject-addons/+bug/432504

** Affects: openobject-server
     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/724057

Title:
  translation needs context but it doesn't always exist

Status in OpenERP Server:
  New

Bug description:
  OpenERP v6:

  class GettextAlias in tools/translate.py requires a valid context
  available where _() was called. In some cases the context variable
  does not exsits or is not properly initialized. The attached patch
  provides a workarround by searching current user's language in order
  to find to which language it should translate.

  The patch is based on a Jay Vora patch provided in a v5 bug report:
  https://bugs.launchpad.net/openobject-addons/+bug/432504



Follow ups

References