← Back to team overview

credativ team mailing list archive

[Bug 897555] Re: portal WELCOME_EMAIL_BODY must be "companized"

 

** Changed in: openobject-addons
     Assignee: OpenERP R&D Addons Team 2 (openerp-dev-addons2) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, 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