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
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2012-12-21 16:48:08 +0000
+++ account/account_view.xml 2013-01-07 08:40:32 +0000
@@ -1418,7 +1418,7 @@
1418 <act_window1418 <act_window
1419 id="act_account_move_to_account_move_line_open"1419 id="act_account_move_to_account_move_line_open"
1420 name="Journal Items"1420 name="Journal Items"
1421 context="{'search_default_journal_id': active_id, 'default_journal_id': active_id}"1421 context="{'search_default_move_id':[active_id], 'default_move_id': active_id}"
1422 res_model="account.move.line"1422 res_model="account.move.line"
1423 src_model="account.move"/>1423 src_model="account.move"/>
14241424

Subscribers

People subscribed via source and target branches

to all changes: