[Trunk] can't able to send email from reply button
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Medium
|
OpenERP R&D Addons Team 1 |
Bug Description
To reproduce the bug on runbot go to settings -> Technical -> Email -> Emails -> click to reply button then generate error
Traceback (most recent call last):
File "/home/
response[
File "/home/
return self.func(*args, **kwargs)
File "/home/
return func(*args, **kwargs)
File "/home/
return self._call_
File "/home/
return getattr(
File "/home/
vals = self.get_
File "/home/
reply_subject = tools.ustr(
File "/home/
return self[name]
File "/home/
raise KeyError('Field %s not found in %s'%(name, self))
AttributeError: Got KeyError('Field subject not found in browse_
Related branches
- Atul Patel(OpenERP) (community): Approve
- OpenERP Core Team: Pending requested
-
Diff: 20 lines (+2/-1)1 file modifiedmail/mail_mail_view.xml (+2/-1)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
Hello,
I have Fixed in https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ trunk-bug- 1212190- jar
Revision ID: <email address hidden>
revision no :- 8902
Thanks,
Jaydeep Barot.