c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17032
[Bug 722156] Re: Project manager mail description
** Changed in: openobject-addons
Importance: Undecided => Medium
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
** Also affects: openobject-addons/6.0
Importance: Undecided
Status: New
** Changed in: openobject-addons/6.0
Status: New => Confirmed
--
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):
Confirmed
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