← Back to team overview

openerp-india team mailing list archive

[Bug 1205767] Re: Untranslatable string in mail/wizard/invite.py

 

*** This bug is a duplicate of bug 1186798 ***
    https://bugs.launchpad.net/bugs/1186798

** This bug has been marked a duplicate of bug 1186798
   Problem wiith the translate  of the message "You have been invited to follow ...."

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1205767

Title:
  Untranslatable string in mail/wizard/invite.py

Status in OpenERP Addons (modules):
  New

Bug description:
  The string "Invitation to follow %s", which is used as the email
  subject when inviting a user to follow some entity, cannot be
  translated in version 7.0.

  It is defined in mail/wizard/invite.py, line 76 :

                          'subject': 'Invitation to follow %s' %
  document.name_get()[0][1],

  I think it misses a call to _(...), which prevents this string from
  being in pot files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1205767/+subscriptions


References