openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #22153
[Bug 897555] Re: portal WELCOME_EMAIL_BODY must be "companized"
Seems that this should be an email-template. Not sure if that is what is
meant by 'companized'
--
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/897555
Title:
portal WELCOME_EMAIL_BODY must be "companized"
Status in OpenERP Addons (modules):
Confirmed
Bug description:
IMHO Lines 48,49 must be taken from current company
./portal/wizard/portal_wizard.py
33 # welcome email sent to new portal users (note that calling tools.translate._
34 # has no effect except exporting those strings for translation)
35 WELCOME_EMAIL_SUBJECT = _("Your OpenERP account at %(company)s")
36 WELCOME_EMAIL_BODY = _("""Dear %(name)s,
37
38 You have been created an OpenERP account at %(url)s.
39
40 Your login account data is:
41 Database: %(db)s
42 User: %(login)s
43 Password: %(password)s
44
45 %(message)s
46
47 --
48 OpenERP - Open Source Business Applications
49 http://www.openerp.com
50 """)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/897555/+subscriptions
References