Merge lp:~openerp-dev/openobject-addons/trunk-bug-1085022-rmu into lp:openobject-addons

Proposed by Ravish(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1085022-rmu
Merge into: lp:openobject-addons
Diff against target: 11 lines (+1/-1)
1 file modified
account/account_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1085022-rmu
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+142069@code.launchpad.net

Description of the change

Hello,

I have fixed issue of "account move lines on Journal Entries is not mantaining the context Account move Id".

Thanks,

To post a comment you must log in.

Unmerged revisions

8495. By Ravish(OpenERP)

added context move Id

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/account_view.xml'
2--- account/account_view.xml 2012-12-21 16:48:08 +0000
3+++ account/account_view.xml 2013-01-07 08:40:32 +0000
4@@ -1418,7 +1418,7 @@
5 <act_window
6 id="act_account_move_to_account_move_line_open"
7 name="Journal Items"
8- context="{'search_default_journal_id': active_id, 'default_journal_id': active_id}"
9+ context="{'search_default_move_id':[active_id], 'default_move_id': active_id}"
10 res_model="account.move.line"
11 src_model="account.move"/>
12

Subscribers

People subscribed via source and target branches

to all changes: