Untranslatable string in mail/wizard/invite.py

Bug #1205767 reported by Florian Hatat
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

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 post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.