c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17085
[Bug 722156] Re: Project manager mail description
Hello SG E-ndicus,
It has been fixed in lp:~openerp-dev/openobject-addons/trunk-
bug-722156-rme By Revision : 4436
rme@xxxxxxxxxxx-20110222125805-7wx0jfkx3m61g8xf.
It will be merged soon with the trunk-addons.
Thanks for pointing out the issue !
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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):
Fix Committed
Status in OpenERP Addons 6.0 series:
Confirmed
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)
References