openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24202
[Bug 1205767] [NEW] Untranslatable string in mail/wizard/invite.py
Public bug reported:
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.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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
Follow ups
References