Merge lp:~openerp-dev/openobject-addons/trunk-bug-1212190-jar into lp:openobject-addons

Proposed by Jaydeep Barot(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1212190-jar
Merge into: lp:openobject-addons
Diff against target: 20 lines (+2/-1)
1 file modified
mail/mail_mail_view.xml (+2/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1212190-jar
Reviewer Review Type Date Requested Status
Atul Patel(OpenERP) (community) Approve
OpenERP Core Team Pending
Review via email: mp+186001@code.launchpad.net

Description of the change

Hello,

[trunk]

       --> I have fixed this problem. remove traceback on reply button.

Thanks,
Jaydeep Barot.

To post a comment you must log in.
Revision history for this message
Atul Patel(OpenERP) (atp-openerp) :
review: Approve
8903. By Mehul Mehta(OpenERP)

[Merge] with main main addons

Unmerged revisions

8903. By Mehul Mehta(OpenERP)

[Merge] with main main addons

8902. By Jaydeep Barot(OpenERP)

[FIX] Remove the Traceback on reply button

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mail/mail_mail_view.xml'
2--- mail/mail_mail_view.xml 2013-09-13 11:54:08 +0000
3+++ mail/mail_mail_view.xml 2013-10-29 07:37:01 +0000
4@@ -17,7 +17,7 @@
5 <div style="vertical-align: top;">
6 by <field name="author_id" class="oe_inline" string="User"/> on <field name="date" class="oe_inline"/>
7 <button name="%(action_email_compose_message_wizard)d" string="Reply" type="action" icon="terp-mail-replied"
8- context="{'default_composition_mode':'reply', 'default_parent_id': active_id}" states='received,sent,exception,cancel'/>
9+ context="{'default_composition_mode':'reply', 'default_parent_id': mail_message_id}" states='received,sent,exception,cancel'/>
10 </div>
11 <group>
12 <field name="email_from"/>
13@@ -25,6 +25,7 @@
14 <field name="recipient_ids" widget="many2many_tags"/>
15 <field name="email_cc"/>
16 <field name="reply_to"/>
17+ <field name="mail_message_id" required="0" invisible="1"/>
18 </group>
19 <notebook>
20 <page string="Body">

Subscribers

People subscribed via source and target branches

to all changes: