openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14212
[Bug 1026080] Re: email_template: Compose Email wizard uses wrong record to apply templates
Hello,
As per mine and your last comment ,I'm closing this issue
Thanks..!!!
** Changed in: openobject-addons
Status: Incomplete => Invalid
--
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/1026080
Title:
email_template: Compose Email wizard uses wrong record to apply
templates
Status in OpenERP Addons (modules):
Invalid
Bug description:
This was found in Project Issue's "Communication & History" tab, but it's generic to the Email templates:
(a) Select a Project issue record, and go to "Communication & History" tab, "Send New Email" button
(b) At the "Compose Email" wizard, click on the button to "Use a message template" and select a previously created template from the list.
The template will be rendered for an issue that's not the one selected in the first place.
My debugging effort concluded that, at the beginning of (b), the context['active_id'] is correct.
The bug arises when you press the "Use a message template" button: this calls a "_reopen()" mehod that forces a reload that changes the context's active_id to the wizard model's records, losing the id of the original record.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1026080/+subscriptions
References