c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16809
[Bug 722156] [NEW] Project manager mail description
Public bug reported:
In V6 Stable,With Warn Manager enabled in Project, completion of task opens up a page, where description of the e-mail needs to be typed,
But the e-mail sent has just False as message body.
Current fix I made,
in project/wizard/project_task_close.py, line 104 has to be
body = u'%s\n%s\n%s\n\n-- \n%s' % (header, data.description, footer, signature)
instead of
body = u'%s\n%s\n%s\n\n-- \n%s' % (header, project.description, footer, signature)
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/722156
Title:
Project manager mail description
Status in OpenERP Modules (addons):
New
Bug description:
In V6 Stable,With Warn Manager enabled in Project, completion of task opens up a page, where description of the e-mail needs to be typed,
But the e-mail sent has just False as message body.
Current fix I made,
in project/wizard/project_task_close.py, line 104 has to be
body = u'%s\n%s\n%s\n\n-- \n%s' % (header, data.description, footer, signature)
instead of
body = u'%s\n%s\n%s\n\n-- \n%s' % (header, project.description, footer, signature)
Follow ups
References