Comment 2 for bug 333223

Revision history for this message
Paulino Ascenção (paulino.a) wrote :

See:
http://www.openobject.com/forum/topic9833.html

Open addons/document/document.py, find function random_name() replace "string.letters" with "string.ascii_letters"

string.letters's output depends on the platform. On Linux string.letters is the same as string.ascii_letters, but not on WinXP.